|
|
@@ -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";
|
|
|
}
|