浏览代码

다다익선 마스터 테이블 적용구분값 수정

bin2107 5 年之前
父节点
当前提交
3d9b6834c1

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

@@ -279,6 +279,7 @@
 			,TMTB_STAT = #{tmtbStat}
 			,TMTB_ST_DT = #{tmtbStdt}
 			,TMTB_ED_DT = #{tmtbEddt}
+			,APPLY_GB = #{applyGb}
 			,UPD_NO = #{updNo}
 			,UPD_DT = NOW()
 	</insert>

+ 3 - 2
src/main/webapp/WEB-INF/views/marketing/MorebetterPopupForm.html

@@ -1191,7 +1191,8 @@
 
 	// 진행 버튼 클릭
 	$("#moreBetterForm #btnChangeStatIng").on("click", function() {
-		mcxDialog.confirmC("프로모션을 진행하시겠습니까?<br/>진행 후에는 수정이 제한될 수 있습니다.", {
+		console.log('1111111111111');
+		/*mcxDialog.confirmC("프로모션을 진행하시겠습니까?<br/>진행 후에는 수정이 제한될 수 있습니다.", {
 			btn: confirmBtnText,
 			btnClick: function(index) {
 				if(index == 1) {
@@ -1202,7 +1203,7 @@
 					gagajf.ajaxJsonSubmit('/marketing/morebetter/changeStat', jsonData, fnMorebetterFormClose);
 				}
 			}
-		});
+		});*/
 	});
 
 	// 진행 버튼 클릭