From 66d4805ab5d8187e9d0e73de411de21ada9102e3 Mon Sep 17 00:00:00 2001 From: luozukai Date: Tue, 4 Jun 2019 13:29:33 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B6=88=E6=81=AF][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AE=A1=E6=89=B9=E9=82=AE=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E5=AE=B9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../migration/V201906041033__L_ALTER_MSG.sql | 28 +++++++++++++++++++ .../domain/po/WxPropertyContract.java | 5 ++++ .../iformall/domain/po/WxRentContract.java | 4 +++ 3 files changed, 37 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql b/mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql new file mode 100644 index 000000000..71c78c57c --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql @@ -0,0 +1,28 @@ +update wx_msg_validationcode_model set content = ' + + + + + + + + + + 富茂审批邮件 + + + + + +
+
+ +
+
+
审批通过通知
+
编号{contract}的{bustype}已经审批通过,请登录{page}跟进后续工作
+
+
+ + +' where name = '审批通过通知'; \ No newline at end of file diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java b/mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java index 6794002c7..ef522ab1d 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java @@ -176,6 +176,11 @@ public class WxPropertyContract extends BaseEntity { @io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "subjectName") private String subjectName; + + @io.swagger.annotations.ApiModelProperty(value = "1按租赁日生产2按计租日生成账单", name = "rentStartType") + @Transient + private Integer rentStartType; + public static enum Field { Id_ASC("`id` ASC"),Id_DESC("`id` DESC") diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java b/mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java index 0f4b0835d..f75eaf79a 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java @@ -217,6 +217,10 @@ public class WxRentContract extends BaseEntity { @io.swagger.annotations.ApiModelProperty(value = "主体名称", name = "subjectName") private String subjectName; + @io.swagger.annotations.ApiModelProperty(value = "1按租赁日生产2按计租日生成账单", name = "rentStartType") + @Transient + private Integer rentStartType; + // public Integer getAdjustPeriod() { // if(EnumPriceUnit.D.getCode().equals(this.getPriceUnit()) && EnumRentContractAdjustPeriod.ADJUST_PERIOD_MONTH.getCode().equals(adjustPeriod)){ // return EnumRentContractAdjustPeriod.ADJUST_PERIOD_DAY.getCode();