Procházet zdrojové kódy

[系统发卡][修改][按时间查询列表]

release_toaliyun_real
gongbiao před 6 roky
rodič
revize
4a1e3f2104
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml Zobrazit soubor

@@ -34,10 +34,10 @@
and `phones` like concat('%', #{phones},'%') and `phones` like concat('%', #{phones},'%')
</if> </if>
<if test=" null != sendTimeStart and null!=sendTimeEnd "> <if test=" null != sendTimeStart and null!=sendTimeEnd ">
and `create_date` between #{sendTimeStart} and #{sendTimeEnd}
and `create_time` between #{sendTimeStart} and #{sendTimeEnd}
</if> </if>
<if test=" null != updateTime "> <if test=" null != updateTime ">
and `update_date` = #{updateTime}
and `update_time` = #{updateTime}
</if> </if>
<if test=" null != ids "> <if test=" null != ids ">
and id in and id in


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