Просмотр исходного кода

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

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
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}


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