hjjeong #3
@@ -126,7 +126,7 @@
|
||||
WHERE UI.USER_ID NOT IN (
|
||||
SELECT USER_ID FROM AUTHORITY_SUB_USER WHERE MASTER_OBJID = #{master_objid}
|
||||
)
|
||||
<if test="company_code != null and company_code != '' and company_code != '*'">
|
||||
<if test='company_code != null and company_code != "" and company_code != "*"'>
|
||||
AND (UI.COMPANY_CODE = #{company_code} OR UI.COMPANY_CODE = '*')
|
||||
</if>
|
||||
<if test="status_active != null and status_active == true">
|
||||
|
||||
Reference in New Issue
Block a user