combo 쿼리 수정 및 xml 재등록
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
resource="com/eactive/eai/rms/bap/manage/message/MessageMetaMan-oracle.xml" />
|
resource="com/eactive/eai/rms/bap/manage/message/MessageMetaMan-oracle.xml" />
|
||||||
|
|
||||||
<sqlMap
|
<sqlMap
|
||||||
resource="com/eactive/eai/rms/bap/manage/common/Combo-mariadb.xml" />
|
resource="com/eactive/eai/rms/bap/manage/common/Combo-oracle.xml" />
|
||||||
<sqlMap
|
<sqlMap
|
||||||
resource="com/eactive/eai/rms/bap/manage/work/BizGbnMan.xml" />
|
resource="com/eactive/eai/rms/bap/manage/work/BizGbnMan.xml" />
|
||||||
<sqlMap
|
<sqlMap
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
</statement>
|
</statement>
|
||||||
|
|
||||||
<statement id="selectListComboForTableWithCode" parameterClass="java.util.HashMap" resultClass="java.util.HashMap">
|
<statement id="selectListComboForTableWithCode" parameterClass="java.util.HashMap" resultClass="java.util.HashMap">
|
||||||
SELECT $codeColumn$ CODE, CONCAT( '[' , $codeColumn$ , ']' , $nameColumn$ ) NAME
|
SELECT distinct $codeColumn$ CODE, '[' || $codeColumn$ || ']' || $nameColumn$ NAME
|
||||||
FROM $schemaId$.$tableName$
|
FROM $schemaId$.$tableName$
|
||||||
<isNotEmpty prepend="WHERE" property="where">
|
<isNotEmpty prepend="WHERE" property="where">
|
||||||
$where$
|
$where$
|
||||||
|
|||||||
Reference in New Issue
Block a user