diff --git a/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml b/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml index 2e21c8c6..33696feb 100644 --- a/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml +++ b/dxhy-base/src/main/resources/mapper/BaseFpZhMapper.xml @@ -156,11 +156,14 @@ and t.qs_name = #{qsr} - and (t.confirm_user in - - #{item} - - 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.confirm_user like CONCAT(#{rzhr},'%') + + @@ -435,11 +438,14 @@ and t.qs_name = #{qsr} - and (t.confirm_user in - - #{item} - - 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.confirm_user like CONCAT(#{rzhr},'%') + + = #{paymentDateStart} ]]>