|
|
|
@ -145,7 +145,7 @@ |
|
|
|
|
<if test="rzhr != null and rzhr != '' and rzhr != 'null' "> |
|
|
|
|
<choose> |
|
|
|
|
<when test="rzhr = 'admin'"> |
|
|
|
|
and (t.confirm_user = 'admin' or t.confirm_user is null or t.confirm_user = '') |
|
|
|
|
and (t.confirm_user = 'admin' or t.confirm_user is null or t.confirm_user = '') and t.auth_status = '4' |
|
|
|
|
</when> |
|
|
|
|
<otherwise> |
|
|
|
|
and t.confirm_user like CONCAT(#{rzhr},'%') |
|
|
|
@ -414,7 +414,7 @@ |
|
|
|
|
<if test="rzhr != null and rzhr != '' and rzhr != 'null' "> |
|
|
|
|
<choose> |
|
|
|
|
<when test="rzhr = 'admin'"> |
|
|
|
|
and (t.confirm_user = 'admin' or t.confirm_user is null or t.confirm_user = '') |
|
|
|
|
and (t.confirm_user = 'admin' or t.confirm_user is null or t.confirm_user = '') and t.auth_status = '4' |
|
|
|
|
</when> |
|
|
|
|
<otherwise> |
|
|
|
|
and t.confirm_user like CONCAT(#{rzhr},'%') |
|
|
|
|