瀏覽代碼

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


Loading…
取消
儲存