diff --git a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml index d37d8305..c2996927 100644 --- a/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml @@ -130,7 +130,7 @@ and t.qs_status = #{qszt} - and t.auth_status = #{rzzt} + and t.auth_status in ('1','2') and (t.auth_status = '2' or t.auth_status = '3') @@ -452,7 +452,7 @@ and t.qs_status = #{qszt} - and t.auth_status = #{rzzt} + and t.auth_status in ('0','6') and (t.auth_status = '2' or t.auth_status = '3')