Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
em
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ichikawa
em
Commits
408c5ef1
Commit
408c5ef1
authored
Mar 26, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ICHICOポイント利用案内文変更
parent
8599ab6b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
+0
-2
No files found.
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
View file @
408c5ef1
...
...
@@ -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();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment