Merge Q-CAST-III-MR-19: 오류수정
This commit is contained in:
commit
3e08a7a9ce
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
<mapper namespace="com.interplug.qcast.biz.excelDown.ExcelDownMapper">
|
<mapper namespace="com.interplug.qcast.biz.excelDown.ExcelDownMapper">
|
||||||
<select id="selectQuotPlanExclDownData" parameterType="com.interplug.qcast.biz.excelDown.dto.QuotRequest"
|
<select id="selectQuotPlanExclDownData" parameterType="com.interplug.qcast.biz.excelDown.dto.QuotRequest"
|
||||||
resultType="com.interplug.qcast.
|
resultType="com.interplug.qcast.biz.excelDown.dto.QuotPlanResponse">
|
||||||
biz.excelDown.dto.QuotPlanResponse">
|
|
||||||
/* sqlid : com.interplug.qcast.api.excelDown.selectQuotPlanExclDownData (견적엑셀다운로드 플랜정보 데이터 조회) */
|
/* sqlid : com.interplug.qcast.api.excelDown.selectQuotPlanExclDownData (견적엑셀다운로드 플랜정보 데이터 조회) */
|
||||||
SELECT
|
SELECT
|
||||||
B.OBJECT_NO /* 물건번호 物件番号 */
|
B.OBJECT_NO /* 물건번호 物件番号 */
|
||||||
@ -269,8 +268,7 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
<select id="selectNtrCtsCmpExclDownData" parameterType="com.interplug.qcast.biz.excelDown.dto.NtrCtsCmpRequest"
|
<select id="selectNtrCtsCmpExclDownData" parameterType="com.interplug.qcast.biz.excelDown.dto.NtrCtsCmpRequest" resultType="com.interplug.qcast.biz.excelDown.dto.NtrCtsCmpResponse">
|
||||||
resultType="com.interplug.qcast.biz.excelDown.dto.NtrCtsCmpResponse">
|
|
||||||
/* sqlid : com.interplug.qcast.api.excelDown.selectNtrCtsCmpExclDownData (자연재해보상입력 엑셀 다운로드 데이터 조회)*/
|
/* sqlid : com.interplug.qcast.api.excelDown.selectNtrCtsCmpExclDownData (자연재해보상입력 엑셀 다운로드 데이터 조회)*/
|
||||||
|
|
||||||
SELECT
|
SELECT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user