Browse Source

//pay

photo
xhxu 1 year ago
parent
commit
1a6649ef9d
2 changed files with 0 additions and 14 deletions
  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 View File

@@ -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 View File

@@ -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


Loading…
Cancel
Save