浏览代码

timeout추가

smlee@yes24.com 4 年之前
父节点
当前提交
918f3677c0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/style24/persistence/mybatis/shop/TssSettle.xml

+ 1 - 1
src/main/java/com/style24/persistence/mybatis/shop/TssSettle.xml

@@ -63,7 +63,7 @@
 	</select>
 	
 	<!-- 입점업체 상품정산 목록 -->
-	<select id="getSupplyCompanyGoodsFeeList" parameterType="SupplyCompFee" resultType="SupplyCompFee">
+	<select id="getSupplyCompanyGoodsFeeList" parameterType="SupplyCompFee" resultType="SupplyCompFee" timeout="600">
 		/* TsaSettle.getSupplyCompanyGoodsFeeList */
 		SELECT ODIH.ORD_NO                                                                                     /*주문번호*/
 		     , ODIH.ORD_DTL_NO                                                                                 /*주문상세번호*/