浏览代码

//pay

photo
xhxu 1年前
父节点
当前提交
1a6649ef9d
共有 2 个文件被更改,包括 0 次插入14 次删除
  1. +0
    -7
      suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml
  2. +0
    -7
      suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml

+ 0
- 7
suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml 查看文件

@@ -87,13 +87,6 @@
<if test=" null != payEndDate">
and `pay_time` &lt;= #{payEndDate}
</if>
<if test=" null != statusS ">
and `pay_order_status` in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
#{sItem}
</foreach>
</if>

<if test=" null != ids ">
and id in


+ 0
- 7
suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml 查看文件

@@ -78,13 +78,6 @@
<if test=" null != endDate">
and `create_date` &lt;= #{endDate}
</if>
<if test=" null != statusS ">
and `refund_order_status` in
<foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")">
#{sItem}
</foreach>
</if>

<if test=" null != ids ">
and id in


正在加载...
取消
保存