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


Зареждане…
Отказ
Запис