Parcourir la source

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

release_toaliyun_real
gongbiao il y a 6 ans
Parent
révision
4a1e3f2104
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml Voir le fichier

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


Chargement…
Annuler
Enregistrer