diff --git a/src/main/java/au/com/royalpay/payment/manage/merchants/core/impls/ClientManagerImpl.java b/src/main/java/au/com/royalpay/payment/manage/merchants/core/impls/ClientManagerImpl.java index 4c707df9a..f3318a2a9 100644 --- a/src/main/java/au/com/royalpay/payment/manage/merchants/core/impls/ClientManagerImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/merchants/core/impls/ClientManagerImpl.java @@ -7059,7 +7059,8 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid JSONObject legalInfo = sysClientLegalPersonMapper.findRepresentativeInfo(clientId); JSONObject upayProfileInfo = sysClientUpayProfileMapper.findInfo(clientId); JSONObject info = new JSONObject(); - info.put("down_date", formatter.print(new DateTime()));//下载文件日期 + info.put("down_date", formatter.print(new DateTime()));//下载文件日 + info.put("letter_offer_sub_time",currentRate.getDate("active_time")); info.put("bussiness_name", (client.containsKey("business_name") ? client.getString("business_name") : legalInfo.getString("representative_person")) + " " + client.getString("abn"));//商圈类型 info.put("partner_address", client.getString("address"));//商家店铺地址 info.put("partner_country", client.getString("country"));//国家 diff --git a/src/main/resources/templates/pdf/letter_of_offer.pdf b/src/main/resources/templates/pdf/letter_of_offer.pdf old mode 100644 new mode 100755 index a6a8a6ade..c9c221ab4 Binary files a/src/main/resources/templates/pdf/letter_of_offer.pdf and b/src/main/resources/templates/pdf/letter_of_offer.pdf differ diff --git a/src/main/resources/templates/pdf/promotional_offer.pdf b/src/main/resources/templates/pdf/promotional_offer.pdf index 0977927a4..e40bc6b3b 100644 Binary files a/src/main/resources/templates/pdf/promotional_offer.pdf and b/src/main/resources/templates/pdf/promotional_offer.pdf differ diff --git a/src/main/resources/templates/pdf/terms_and_conditions.pdf b/src/main/resources/templates/pdf/terms_and_conditions.pdf index c741f21e1..d8b3fc93b 100644 Binary files a/src/main/resources/templates/pdf/terms_and_conditions.pdf and b/src/main/resources/templates/pdf/terms_and_conditions.pdf differ diff --git a/src/main/ui/static/payment/partner/templates/partner_bankaccounts.html b/src/main/ui/static/payment/partner/templates/partner_bankaccounts.html index 949c9ecad..3ecd4beed 100644 --- a/src/main/ui/static/payment/partner/templates/partner_bankaccounts.html +++ b/src/main/ui/static/payment/partner/templates/partner_bankaccounts.html @@ -298,10 +298,10 @@ - (Promotional Offer) - - + (Promotional Offer) + +