|
@ -69,6 +69,7 @@ |
|
|
<if test="query.createBy != null and query.createBy != ''"> and `wx_form_push`.`create_by` = #{query.createBy}</if> |
|
|
<if test="query.createBy != null and query.createBy != ''"> and `wx_form_push`.`create_by` = #{query.createBy}</if> |
|
|
<if test="query.updateBy != null and query.updateBy != ''"> and `wx_form_push`.`update_by` = #{query.updateBy}</if> |
|
|
<if test="query.updateBy != null and query.updateBy != ''"> and `wx_form_push`.`update_by` = #{query.updateBy}</if> |
|
|
<if test="query.delFlag != null and query.delFlag != ''"> and `wx_form_push`.`del_flag` = #{query.delFlag}</if> |
|
|
<if test="query.delFlag != null and query.delFlag != ''"> and `wx_form_push`.`del_flag` = #{query.delFlag}</if> |
|
|
|
|
|
<if test="query.readFlag != null "> and `wx_form_push_user`.`read_flag` = #{query.readFlag}</if> |
|
|
<if test="query.status != null and query.status != ''"> and `wx_form_push`.`status` = #{query.status}</if> |
|
|
<if test="query.status != null and query.status != ''"> and `wx_form_push`.`status` = #{query.status}</if> |
|
|
<if test="query.businessType != null and query.businessType != ''"> and `wx_form_push`.`business_type` = #{query.businessType}</if> |
|
|
<if test="query.businessType != null and query.businessType != ''"> and `wx_form_push`.`business_type` = #{query.businessType}</if> |
|
|
<if test="query.formTitle != null and query.formTitle != ''"> and `wx_form_push`.`title` like concat('%',#{query.formTitle},'%') </if> |
|
|
<if test="query.formTitle != null and query.formTitle != ''"> and `wx_form_push`.`title` like concat('%',#{query.formTitle},'%') </if> |
|
|