| | |
| | | and (name like concat('%',#{commonPage.keyword},'%') or phone like concat('%',#{commonPage.keyword},'%') or id_card like concat('%',#{commonPage.keyword},'%')) |
| | | </if> |
| | | <if test="commonPage.startTime !=null"> |
| | | and create_time between #{commonPage.startTime} and #{commonPage.stopTime} |
| | | and create_time between #{commonPage.startTime} and concat(#{commonPage.stopTime},' 23:59:59') |
| | | </if> |
| | | <if test="commonPage.isAddress !=null"> |
| | | <if test="commonPage.isAddress == 0"> |
| | |
| | | and (name like concat('%',#{commonPage.keyword},'%') or phone like concat('%',#{commonPage.keyword},'%') or id_card like concat('%',#{commonPage.keyword},'%')) |
| | | </if> |
| | | <if test="commonPage.startTime !=null"> |
| | | and create_time between #{commonPage.startTime} and #{commonPage.stopTime} |
| | | and create_time between #{commonPage.startTime} and concat(#{commonPage.stopTime},' 23:59:59') |
| | | </if> |
| | | <if test="commonPage.isAddress !=null"> |
| | | <if test="commonPage.isAddress == 0"> |