selectCm01ComboList 데이터 조회 오류 및 송수신 파일 상세정보에 default값 설정
This commit is contained in:
@@ -48,10 +48,12 @@
|
||||
AND $searchType$ = #param#
|
||||
ORDER BY 1
|
||||
</statement>
|
||||
|
||||
|
||||
|
||||
<statement id="selectCM01ComboList" parameterClass="java.util.HashMap" resultClass="java.util.HashMap">
|
||||
SELECT distinct $codeColumn$ CODE, '[' || $codeColumn$ || ']' || $nameColumn$ NAME
|
||||
FROM AGWADM.TSEAICM01
|
||||
FROM $schemaId$.TSEAICM01
|
||||
<isNotEmpty prepend="WHERE" property="where">
|
||||
$where$
|
||||
</isNotEmpty>
|
||||
|
||||
Reference in New Issue
Block a user