xhxu 1 год назад
Родитель
Сommit
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"> <if test=" null != payEndDate">
and `pay_time` &lt;= #{payEndDate} and `pay_time` &lt;= #{payEndDate}
</if> </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 "> <if test=" null != ids ">
and id in and id in


+ 0
- 7
suimangService/src/main/resources/mapper/ProductOrderRefundMapper.xml Просмотреть файл

@@ -78,13 +78,6 @@
<if test=" null != endDate"> <if test=" null != endDate">
and `create_date` &lt;= #{endDate} and `create_date` &lt;= #{endDate}
</if> </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 "> <if test=" null != ids ">
and id in and id in


Загрузка…
Отмена
Сохранить