Преглед на файлове

[储值卡][修改]:查询条件修改

release_toaliyun_real
Stormeye Wu преди 7 години
родител
ревизия
942b8e7e18
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCardInfoMapper.xml Целия файл

@@ -156,10 +156,10 @@
and ci.`update_date` = #{updateDate}
</if>
<if test=" null != status ">
and status = #{status}
and co.`coupon_order_status` = #{status}
</if>
<if test=" null != ouPhone ">
and ou_phone = #{ouPhone}
and ou.`phone` = #{ouPhone}
</if>
<if test=" null != startdate and null!=enddate">
and ci.`create_date` between #{startdate} and #{enddate}


+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Целия файл

@@ -174,7 +174,7 @@
and cs.`update_date` = #{updateDate}
</if>
<if test=" null != ouPhone ">
and ou_phone = #{ouPhone}
and ou.`phone` = #{ouPhone}
</if>
<if test=" null != startdate and null!=enddate">
and cs.`create_date` between #{startdate} and #{enddate}


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