Przeglądaj źródła

[消息组件][添加][添加账单邮件通知]

release_toaliyun_real
luozukai 7 lat temu
rodzic
commit
aac27a86c8
1 zmienionych plików z 6 dodań i 3 usunięć
  1. +6
    -3
      mallinkService/src/main/resources/mapper/WxTopicMapper.xml

+ 6
- 3
mallinkService/src/main/resources/mapper/WxTopicMapper.xml Wyświetl plik

@@ -35,15 +35,18 @@
<if test=" null != endTime "> <if test=" null != endTime ">
and `end_time` &lt;= #{endTime} and `end_time` &lt;= #{endTime}
</if> </if>
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != name and ''!=name ">
and `name` like concat('%',#{name},'%')
</if>
<if test=" null != statusList "> <if test=" null != statusList ">
and status in and status in
<foreach collection="statusList" index="index" item="statusItem" open="(" separator="," close=")"> <foreach collection="statusList" index="index" item="statusItem" open="(" separator="," close=")">
#{statusItem} #{statusItem}
</foreach> </foreach>
</if> </if>
<if test=" null != name and ''!=name ">
and `name` like concat('%',#{name},'%')
</if>
order by createtime desc order by createtime desc
</sql> </sql>




Ładowanie…
Anuluj
Zapisz