Kaynağa Gözat

updateMypageReviewConfimYn 메소드 주석 처리. 위에서 처리되도록 로직 추가함에 따라

gagamel 4 yıl önce
ebeveyn
işleme
805ec12778

+ 0 - 5
src/main/java/com/style24/front/biz/dao/TsfReviewDao.java

@@ -243,9 +243,4 @@ public interface TsfReviewDao {
 	 */
 	void updateMypageReviewConfimYn(Review review);
 	
-
-
-	
-	
-	
 }

+ 5 - 3
src/main/java/com/style24/front/biz/service/TsfReviewService.java

@@ -10,8 +10,6 @@ import org.springframework.core.env.Environment;
 import org.springframework.stereotype.Service;
 import org.springframework.transaction.annotation.Transactional;
 
-import com.gagaframework.web.util.GagaDateUtil;
-import com.gagaframework.web.util.GagaFileUtil;
 import com.style24.core.biz.dao.TscPointDao;
 import com.style24.core.biz.service.TscEnvsetService;
 import com.style24.core.support.env.TscConstants;
@@ -25,6 +23,9 @@ import com.vdurmont.emoji.EmojiParser;
 
 import lombok.extern.slf4j.Slf4j;
 
+import com.gagaframework.web.util.GagaDateUtil;
+import com.gagaframework.web.util.GagaFileUtil;
+
 /**
  * 상품평 Service
  *
@@ -300,7 +301,8 @@ public class TsfReviewService {
 					reviewDao.createReviewPointHst(point);
 				}
 				
-				reviewDao.updateMypageReviewConfimYn(review);
+				// 위에서 처리하는 것으로 로직 변경했으므로 주석 처리
+//				reviewDao.updateMypageReviewConfimYn(review);
 			} else {
 				resultStr = "FAIL";
 			}