|
|
@ -42,7 +42,7 @@ |
|
|
|
LEFT JOIN `sys_notice` `sys_notice` |
|
|
|
ON `sys_notice_user`.`notice_id` = `sys_notice`.`id` |
|
|
|
<where> |
|
|
|
and `sys_notice_user`.`del_flag` = b'0' and `sys_notice`.`del_flag` = b'0' |
|
|
|
and `sys_notice_user`.`del_flag` = '0' and `sys_notice`.`del_flag` = '0' |
|
|
|
<if test="query.id != null and query.id != ''"> and `sys_notice_user`.`id` = #{query.id}</if> |
|
|
|
<if test="query.noticeId != null and query.noticeId != ''"> and `sys_notice_user`.`notice_id` = #{query.noticeId}</if> |
|
|
|
<if test="query.userId != null and query.userId != ''"> and `sys_notice_user`.`user_id` = #{query.userId}</if> |
|
|
|