hjjeong #3

Merged
hjjeong merged 20 commits from hjjeong into main 2026-05-08 08:29:47 +00:00
Showing only changes of commit b5a60d1c8b - Show all commits
@@ -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">