Selaa lähdekoodia

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

release_toaliyun_real
Stormeye Wu 7 vuotta sitten
vanhempi
commit
942b8e7e18
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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}


Ladataan…
Peruuta
Tallenna