浏览代码

Merge branch 'release_real_20211001' of https://git.malls.iformall.com/server/formallProject into release_real_20211001

release_toaliyun_real
xiaohanzi 5 年前
父节点
当前提交
9af9189d61
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml 查看文件

@@ -952,6 +952,10 @@
<if test=" null != couponOrderStatus ">
and co.coupon_order_status = #{couponOrderStatus}
</if>

<if test=" null != shippingType ">
and co.`shipping_type` = #{shippingType}
</if>
<if test=" null != merchantName and merchantName!=''">



正在加载...
取消
保存