Browse Source

qiandao

release_toaliyun_real
xhxu 5 years ago
parent
commit
6cff0143a5
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      mallinkService/src/main/resources/mapper/WxActivityMapper.xml

+ 4
- 0
mallinkService/src/main/resources/mapper/WxActivityMapper.xml View File

@@ -92,6 +92,10 @@
<if test=" null != starttime and null != endtime ">
and `create_time` between #{starttime} and #{endtime}
</if>

<if test=" null != starttime and null != endtime ">
and `activity_start_time` &gt;= #{starttime} and `activity_end_time` &lt;= #{starttime}
</if>
<if test=" null != sendMsg ">
and `send_msg` = #{sendMsg}


Loading…
Cancel
Save