Browse Source

[砍价券][修改]:订单状态判断

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
5a45308297
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -98,7 +98,7 @@
</if> </if>


<if test=" null != statusS "> <if test=" null != statusS ">
and `status` in
and `order_status` in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> <foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
#{sItem} #{sItem}
</foreach> </foreach>


Loading…
Cancel
Save