Commit 408c5ef1 by Kim Gyeongeun

ICHICOポイント利用案内文変更

parent 8599ab6b
......@@ -90,7 +90,6 @@ public class PointUseAction extends AbstractAction {
// ポイント交換利用方法取得
pointUseForm.giftExchangeInfoList = giftExchangeInfoService.findGiftExchangeInfoList();
// 現在日付を取得し、ICHICOポイントの交換リンクを表示するか判定する
// 2024年4月1日から再開のため、当該ロジックを削除
// Date currentDate = new Date();
......@@ -221,7 +220,6 @@ public class PointUseAction extends AbstractAction {
request.setAttribute("errMsgForMemberCardReceipt", SinaburoViewUtil.getMessage("errors.E070"));
return "/user/pointUse/memberConfirm.html";
}
// 現在日付を取得し、会員カード郵送申請ボタンを表示するか判定する
// 2024年4月1日から再開のため、当該ロジックを削除
// Date currentDate = new Date();
......
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