ソースを参照

拼团bug

release_toaliyun_real
xiaohanzi 5年前
コミット
25d894e96a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml ファイルの表示

@@ -95,7 +95,7 @@
<if test=" null != orderGroupId ">
and o.order_group_id=#{orderGroupId}
</if>
and o.order_status in(10,11,12,13,14,15,16)
and o.order_status in(10,11,12,13,14,15,16,98,99)
order by o.id desc,o.order_status
</select>


読み込み中…
キャンセル
保存