|
|
@@ -169,6 +169,7 @@ public class TsfReviewService {
|
|
|
* @author sowon
|
|
|
* @since 2021. 3. 25
|
|
|
*/
|
|
|
+ @Transactional("shopTxnManager")
|
|
|
public void saveMypageReview(Review review) {
|
|
|
review.setDispYn("Y");
|
|
|
review.setDelYn("N");
|
|
|
@@ -306,6 +307,7 @@ public class TsfReviewService {
|
|
|
* @author sowon
|
|
|
* @since 2021. 3. 25
|
|
|
*/
|
|
|
+ @Transactional("shopTxnManager")
|
|
|
public void updateMypageReview(Review review) {
|
|
|
review.setRegNo(TsfSession.getInfo().getCustNo());
|
|
|
review.setUpdNo(TsfSession.getInfo().getCustNo());
|