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