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
8599ab6b
Commit
8599ab6b
authored
Mar 26, 2024
by
Kim Gyeongeun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ICHICOポイント利用案内文変更
parent
abc3da93
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
14 deletions
+7
-14
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
+7
-8
src/main/webapp/WEB-INF/view/sp/user/pointUse/memberRegistPage.html
+0
-3
src/main/webapp/WEB-INF/view/user/pointUse/memberRegistPage.html
+0
-3
No files found.
src/main/java/jp/agentec/sinaburocast/action/user/PointUseAction.java
View file @
8599ab6b
...
...
@@ -4,7 +4,6 @@ import java.io.IOException;
import
java.io.UnsupportedEncodingException
;
import
java.text.ParseException
;
import
java.text.SimpleDateFormat
;
import
java.util.Date
;
import
javax.mail.MessagingException
;
...
...
@@ -20,7 +19,6 @@ import org.seasar.struts.annotation.Execute;
import
jp.agentec.sinaburocast.action.AbstractAction
;
import
jp.agentec.sinaburocast.common.SinaburoConstant
;
import
jp.agentec.sinaburocast.common.SinaburoConstant.UserType
;
import
jp.agentec.sinaburocast.common.SinaburoConstant.giftExchangeHiddenDate
;
import
jp.agentec.sinaburocast.common.util.MailUtil
;
import
jp.agentec.sinaburocast.common.util.PropertyUtil
;
import
jp.agentec.sinaburocast.common.util.SinaburoUtil
;
...
...
@@ -225,13 +223,14 @@ public class PointUseAction extends AbstractAction {
}
// 現在日付を取得し、会員カード郵送申請ボタンを表示するか判定する
Date
currentDate
=
new
Date
();
Date
hideDate
=
new
SimpleDateFormat
(
"yyyy/MM/dd"
).
parse
(
giftExchangeHiddenDate
.
MEMBER_CARD_RECEIPT_HIDE_DATE
);
if
(
currentDate
.
before
(
hideDate
))
{
// 2024年4月1日から再開のため、当該ロジックを削除
// Date currentDate = new Date();
// Date hideDate = new SimpleDateFormat("yyyy/MM/dd").parse(giftExchangeHiddenDate.MEMBER_CARD_RECEIPT_HIDE_DATE);
// if(currentDate.before(hideDate)) {
pointUseForm
.
memberCardReceiptHide
=
false
;
}
else
{
pointUseForm
.
memberCardReceiptHide
=
true
;
}
//
} else {
//
pointUseForm.memberCardReceiptHide = true;
//
}
return
"/user/pointUse/memberRegistPage.html"
;
}
...
...
src/main/webapp/WEB-INF/view/sp/user/pointUse/memberRegistPage.html
View file @
8599ab6b
...
...
@@ -36,10 +36,7 @@
#if($!pointUseForm.memberCardReceiptHide == false)
カードを郵送いたしますので、下記のボタンをクリックしてください。
<br>
eモニの会員情報に入力いただいているご住所に郵送します。
<br>
<font
color=
"red"
>
ICHICOポイントへの交換は9月
<b>
20日まで
</b>
できますが、カードの郵送は9月
<b>
10日まで
</b>
の受付とさせていただきます。
</font><br>
<input
type=
"submit"
value=
"郵送先の確認"
>
#else
<font
color=
"red"
>
カード郵送いたしますので、下記のボタンをクリックしてください。
<br>
eモニの会員情報に入力いただいているご住所に郵送します。
</font>
#end
</div>
...
...
src/main/webapp/WEB-INF/view/user/pointUse/memberRegistPage.html
View file @
8599ab6b
...
...
@@ -69,10 +69,7 @@ ICHICO繝昴う繝ウ繝医r縺溘a繧九%縺ィ縺ッ縺ァ縺阪∪縺吶′迴セ驥代繝√Ε繝シ繧ク縺ッ縺
#if($!pointUseForm.memberCardReceiptHide == false)
<tr><td><br>
カードを郵送いたしますので、下記のボタンをクリックしてください。
<br>
eモニの会員情報に入力いただいているご住所に郵送します。
</td></tr>
<tr><td><font
color=
"red"
>
ICHICOポイントへの交換は9月
<b>
20日まで
</b>
できますが、カードの郵送は9月
<b>
10日まで
</b>
の受付とさせていただきます。
</font></td></tr>
<tr><td><br><input
width=
"200px"
class=
"nextBtn"
type=
"submit"
value=
"郵送先の確認 ▶"
></td></tr>
#else
<tr><td><font
color=
"red"
><br>
カード郵送いたしますので、下記のボタンをクリックしてください。
<br>
eモニの会員情報に入力いただいているご住所に郵送します。
</font></td></tr>
#end
</table>
...
...
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