Commit ca355c61 by Kazuki Nakamura

カード郵送申請の画面遷移バグ修正、文言修正、表示修正

parent d961479a
......@@ -194,7 +194,7 @@ public class PointUseAction extends AbstractAction {
public String memberRegistPage() throws ParseException {
// 当月を取得
SimpleDateFormat sdf = new SimpleDateFormat("YYYY/MM");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM");
String [] currentYearMonth = sdf.format(SinaburoUtil.getTimestamp()).split("/");
// 申請済みか判定
if(memberCardReceiptService.findByMemberIdAndMonth(getMember().memberId, currentYearMonth[0], currentYearMonth[1])){
......
......@@ -87,7 +87,7 @@ public class MemberCardReceiptService extends AbstractService<MemberCardReceipt>
return false;
}
SimpleDateFormat sdf = new SimpleDateFormat("YYYY/MM");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy/MM");
for(MemberCardReceipt memberCardReceipt : resultList) {
String [] applyYearMonth = sdf.format(memberCardReceipt.applyDate).split("/");
if(year.equals(applyYearMonth[0]) && month.equals(applyYearMonth[1])) {
......
......@@ -35,8 +35,12 @@
<tr><td><b>ポイント交換の申し込みが完了しました。</b></td></tr>
#if($!pointUseForm.giftType == 1)
<tr><td><br>「エコボ満点カード」はご登録の住所へお送りいたします。</td></tr>
<tr><td>◆Agentec</td></tr>
<tr><td>http://ainq.agentec.jp</td></tr>
<tr><td>※毎月15日まで受付し、月末の発送になります。 </td></tr>
<tr><td>※7月1日~8月20日の間は、10日毎に受付を集計して発送いたします。 </td></tr>
<tr><td>※エコボカードの詳細はこちら(パソコンのみ)↓ </td></tr>
<tr><td><a href="https://www.city.ichikawa.lg.jp/pla06/1111000001.html">https://www.city.ichikawa.lg.jp/pla06/1111000001.html</a></td></tr>
<tr><td><br>◆市川市eモニ事務局</td></tr>
<tr><td><a href="http://www.e-moni.city.ichikawa.chiba.jp">http://www.e-moni.city.ichikawa.chiba.jp</a></td></tr>
#else
<tr><td><br>毎月15日までに受付し、月末の付与になります。</td></tr>
<tr><td><font color="red">7月1日~8月20日までは、10日毎に受付を集計し、2週間程度で付与いたします。</font></td></tr>
......
......@@ -385,12 +385,12 @@ em@e-moni.city.ichikawa.chiba.jpに空メールを送信ください。QRコー
<a href="https://www.city.ichikawa.lg.jp/pla06/1111000001.html" target="_blank">エコボカードの詳細はこちら</a>
</td>
</tr>
<!--
<tr>
<td>☆</td>
<td><a href="http://ichikawa.genki365.net/gnki02/pub/sheet.php?id=54640" target="_blank">「満点エコボカード」と交換可能なメニューはこちら</a></td>
</tr>
<tr>
<tr> -->
<td colspan="2">
<p align="left"><a target="_blank" href="https://www.city.ichikawa.lg.jp/pla06/1111000001.html"><img src="/em/images/mecovocard.jpg"></a></p>
</td>
......
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