Procházet zdrojové kódy

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

release_toaliyun_real
Stormeye Wu před 7 roky
rodič
revize
942b8e7e18
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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 Zobrazit soubor

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


+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit