Commit 8599ab6b by Kim Gyeongeun

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

parent abc3da93
......@@ -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";
}
......
......@@ -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>
......
......@@ -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>
......
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