Commit 3cefeac5 by Kim Gyeongeun

ICHICOポイント利用の際に会員情報チェックするように修正

parent 408c5ef1
...@@ -134,6 +134,7 @@ public class PointUseAction extends AbstractAction { ...@@ -134,6 +134,7 @@ public class PointUseAction extends AbstractAction {
// ICHICOポイント交換の場合、一度会員情報入力画面に遷移させる // ICHICOポイント交換の場合、一度会員情報入力画面に遷移させる
if(giftExchangeInfoId == SinaburoConstant.giftType.ICHICO && !pointUseForm.uEditEndFlg) { if(giftExchangeInfoId == SinaburoConstant.giftType.ICHICO && !pointUseForm.uEditEndFlg) {
session.setAttribute("pointCheckFlg", true);
redirect("/user/userEdit/?pointUseFlg=true"); redirect("/user/userEdit/?pointUseFlg=true");
return null; return null;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment