Sfoglia il codice sorgente

다다익선 업체 선택 팝업 오뮤

jsh77b 4 anni fa
parent
commit
d85535e5b0

+ 7 - 1
src/main/java/com/style24/admin/biz/service/TsaWithdrawService.java

@@ -363,7 +363,13 @@ public class TsaWithdrawService {
 	 * @since 2020. 11. 16
 	 */
 	public Collection<Withdraw> getRefundDetailList(Withdraw withdraw) {
-		return withdrawDao.getRefundDetailList(withdraw);
+		// 2021.10.12 메모내용 이모티콘 제거
+		Collection<Withdraw> refundDetailList = withdrawDao.getRefundDetailList(withdraw);
+		for (Withdraw data : refundDetailList) {
+			data.setChgMemo(EmojiParser.removeAllEmojis(data.getChgMemo()));
+		}
+		
+		return refundDetailList;
 	}
 
 

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

@@ -878,7 +878,7 @@
 	}
 
 	// 공급업체 설정 / 업체 추가 콜백함수
-	var fnSetPopupComapnyInfo = function(result) {
+	var fnSetPopupComapnyInfoM = function(result) {
 		
 		var supplyCompCdArr = [];