Просмотр исходного кода

[消息][修改][调整审批邮件内容]

release_toaliyun_real
luozukai 7 лет назад
Родитель
Сommit
66d4805ab5
3 измененных файлов: 37 добавлений и 0 удалений
  1. +28
    -0
      mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql
  2. +5
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxPropertyContract.java
  3. +4
    -0
      mallinkService/src/main/java/com/iformall/domain/po/WxRentContract.java

+ 28
- 0
mallinkAdmin/src/main/resources/db/migration/V201906041033__L_ALTER_MSG.sql Просмотреть файл

@@ -0,0 +1,28 @@
update wx_msg_validationcode_model set content = '<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>富茂审批邮件</title>
<title></title>
<script> document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + ''px'';</script>
</head>

<body>
<div id="box" style="padding:80px 20%;background:#E9E7E7;min-height:100vh;">
<header style="height:140px;width:100%;display:flex;background:rgba(31,47,62,1);border-radius:15px 15px 0px 0px;">
<img style="height:auto;width:292px;display:flex;align-self: center;justify-content: center;padding:0 40px;" src="https://s3.cn-northwest-1.amazonaws.com.cn/iformall-net/cimg/changrong-logo.png"/>
</header>
<div style="background:#fff;">
<div style="font-size:26px;font-family:MicrosoftYaHei-Bold;font-weight:bold;color:rgba(85,85,85,1);line-height: 32px;padding:56px 55px 0;">审批通过通知</div>
<div style="font-size:18px;font-family:MicrosoftYaHei;font-weight:400;color:rgba(85,85,85,1);padding: 36px 55px;">编号<span>{contract}</span>的{bustype}已经审批通过,请登录<a href="{page}">{page}</a>跟进后续工作</div>
</div>
</div>
</body>

</html>' where name = '审批通过通知';

+ 5
- 0
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")


+ 4
- 0
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();


Загрузка…
Отмена
Сохранить