Commit 8599ab6b by Kim Gyeongeun

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

parent abc3da93
...@@ -4,7 +4,6 @@ import java.io.IOException; ...@@ -4,7 +4,6 @@ import java.io.IOException;
import java.io.UnsupportedEncodingException; import java.io.UnsupportedEncodingException;
import java.text.ParseException; import java.text.ParseException;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.Date;
import javax.mail.MessagingException; import javax.mail.MessagingException;
...@@ -20,7 +19,6 @@ import org.seasar.struts.annotation.Execute; ...@@ -20,7 +19,6 @@ import org.seasar.struts.annotation.Execute;
import jp.agentec.sinaburocast.action.AbstractAction; import jp.agentec.sinaburocast.action.AbstractAction;
import jp.agentec.sinaburocast.common.SinaburoConstant; import jp.agentec.sinaburocast.common.SinaburoConstant;
import jp.agentec.sinaburocast.common.SinaburoConstant.UserType; 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.MailUtil;
import jp.agentec.sinaburocast.common.util.PropertyUtil; import jp.agentec.sinaburocast.common.util.PropertyUtil;
import jp.agentec.sinaburocast.common.util.SinaburoUtil; import jp.agentec.sinaburocast.common.util.SinaburoUtil;
...@@ -225,13 +223,14 @@ public class PointUseAction extends AbstractAction { ...@@ -225,13 +223,14 @@ public class PointUseAction extends AbstractAction {
} }
// 現在日付を取得し、会員カード郵送申請ボタンを表示するか判定する // 現在日付を取得し、会員カード郵送申請ボタンを表示するか判定する
Date currentDate = new Date(); // 2024年4月1日から再開のため、当該ロジックを削除
Date hideDate = new SimpleDateFormat("yyyy/MM/dd").parse(giftExchangeHiddenDate.MEMBER_CARD_RECEIPT_HIDE_DATE); // Date currentDate = new Date();
if(currentDate.before(hideDate)) { // Date hideDate = new SimpleDateFormat("yyyy/MM/dd").parse(giftExchangeHiddenDate.MEMBER_CARD_RECEIPT_HIDE_DATE);
// if(currentDate.before(hideDate)) {
pointUseForm.memberCardReceiptHide = false; pointUseForm.memberCardReceiptHide = false;
} else { // } else {
pointUseForm.memberCardReceiptHide = true; // pointUseForm.memberCardReceiptHide = true;
} // }
return "/user/pointUse/memberRegistPage.html"; return "/user/pointUse/memberRegistPage.html";
} }
......
...@@ -36,10 +36,7 @@ ...@@ -36,10 +36,7 @@
#if($!pointUseForm.memberCardReceiptHide == false) #if($!pointUseForm.memberCardReceiptHide == false)
カードを郵送いたしますので、下記のボタンをクリックしてください。<br> カードを郵送いたしますので、下記のボタンをクリックしてください。<br>
eモニの会員情報に入力いただいているご住所に郵送します。<br> eモニの会員情報に入力いただいているご住所に郵送します。<br>
<font color="red">ICHICOポイントへの交換は9月<b>20日まで</b>できますが、カードの郵送は9月<b>10日まで</b>の受付とさせていただきます。</font><br>
<input type="submit" value="郵送先の確認"> <input type="submit" value="郵送先の確認">
#else
<font color="red">カード郵送いたしますので、下記のボタンをクリックしてください。<br>eモニの会員情報に入力いただいているご住所に郵送します。</font>
#end #end
</div> </div>
......
...@@ -69,10 +69,7 @@ ICHICO繝昴う繝ウ繝医r縺溘a繧九%縺ィ縺ッ縺ァ縺阪∪縺吶′迴セ驥代繝√Ε繝シ繧ク縺ッ縺 ...@@ -69,10 +69,7 @@ ICHICO繝昴う繝ウ繝医r縺溘a繧九%縺ィ縺ッ縺ァ縺阪∪縺吶′迴セ驥代繝√Ε繝シ繧ク縺ッ縺
#if($!pointUseForm.memberCardReceiptHide == false) #if($!pointUseForm.memberCardReceiptHide == false)
<tr><td><br>カードを郵送いたしますので、下記のボタンをクリックしてください。 <tr><td><br>カードを郵送いたしますので、下記のボタンをクリックしてください。
<br>eモニの会員情報に入力いただいているご住所に郵送します。</td></tr> <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> <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 #end
</table> </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