|
|
|
@@ -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` >= #{starttime} and `activity_end_time` <= #{starttime} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != sendMsg "> |
|
|
|
and `send_msg` = #{sendMsg} |
|
|
|
|