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

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
4a1e3f2104
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponPresentMapper.xml Просмотреть файл

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


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