combo 쿼리 수정 및 xml 재등록
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
resource="com/eactive/eai/rms/bap/manage/message/MessageMetaMan-oracle.xml" />
|
||||
|
||||
<sqlMap
|
||||
resource="com/eactive/eai/rms/bap/manage/common/Combo-mariadb.xml" />
|
||||
resource="com/eactive/eai/rms/bap/manage/common/Combo-oracle.xml" />
|
||||
<sqlMap
|
||||
resource="com/eactive/eai/rms/bap/manage/work/BizGbnMan.xml" />
|
||||
<sqlMap
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</statement>
|
||||
|
||||
<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$
|
||||
<isNotEmpty prepend="WHERE" property="where">
|
||||
$where$
|
||||
|
||||
Reference in New Issue
Block a user