feat: pms-#3264 "신청서 수정시 교육처시 정보가 이상함" 완료
This commit is contained in:
parent
3d5f81e76f
commit
abd4d51815
@ -20,6 +20,7 @@
|
|||||||
LEFT OUTER JOIN VE_INSTR_DETAIL D
|
LEFT OUTER JOIN VE_INSTR_DETAIL D
|
||||||
ON (B.USER_ID = D.USER_ID
|
ON (B.USER_ID = D.USER_ID
|
||||||
AND D.USE_YN = 'Y'
|
AND D.USE_YN = 'Y'
|
||||||
|
AND D.instr_div = '10'
|
||||||
|
|
||||||
<isNotEmpty property="instrDiv">
|
<isNotEmpty property="instrDiv">
|
||||||
AND D.instr_div = #instrDiv#
|
AND D.instr_div = #instrDiv#
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user