fix: msg_list → MSG_LIST 대문자 통일 및 rowcnt 값 정수 표기 수정
- standard-layout-djb.csv: msg_list → MSG_LIST 로 변경 - StandardMessageCoordinatorDJB: MSG_LIST 상수 경로 수정, msg_list_rowcnt 설정값 "00001" → "1" (NUMBER 타입에 선행 0 불필요) - StandardLayoutDJBTest: findItem 경로 MSG.msg_list → MSG.MSG_LIST - StandardMessageSpecTest: JSON 경로 msg_list → MSG_LIST Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -156,7 +156,7 @@ outp_msg_ctnt,3,2,1,1,200,1,,,정상처리되었습니다.
|
||||
outp_msg_desc,3,2,1,1,300,1,,,
|
||||
mngm_msg_cd,3,2,1,1,12,1,,,
|
||||
msg_list_rowcnt,3,2,0,1,5,2,,,0
|
||||
msg_list,2,4,0,1,0,1,MSG.MAIN_MSG.msg_list_rowcnt,,
|
||||
MSG_LIST,2,4,0,1,0,1,MSG.MAIN_MSG.msg_list_rowcnt,,
|
||||
outp_msg_cd,3,2,0,1,12,1,,,
|
||||
outp_msg_ctnt,3,2,0,1,200,1,,,
|
||||
outp_msg_desc,3,2,0,1,300,1,,,
|
||||
|
||||
|
Reference in New Issue
Block a user