Commit 63605675 by mobh

修改提交

parent 958a5507
...@@ -52,7 +52,7 @@ public class AdminMsgTemplate extends Model<AdminMsgTemplate> { ...@@ -52,7 +52,7 @@ public class AdminMsgTemplate extends Model<AdminMsgTemplate> {
@ApiModelProperty(value="模板内容 ",example="模板内容") @ApiModelProperty(value="模板内容 ",example="模板内容")
private String content; private String content;
@ApiModelProperty(value="类型 1 证照到期提醒",example="101") @ApiModelProperty(value="类型 1 合同到期提醒, 2 证照到期提醒",example="101")
private Integer msgType; private Integer msgType;
@ApiModelProperty(value="状态 0 启用 1 停用",example="101") @ApiModelProperty(value="状态 0 启用 1 停用",example="101")
......
...@@ -145,7 +145,7 @@ public class AlicloudSMS { ...@@ -145,7 +145,7 @@ public class AlicloudSMS {
txs.setContent(str);//内容 txs.setContent(str);//内容
txs.setUserName(tzname); txs.setUserName(tzname);
txs.setEmpNum(tzrid); txs.setEmpNum(tzrid);
txs.setTxType(1); txs.setTxType(zzda.getDocumentType());
txs.setOrgCode(zzda.getOrgCode()); txs.setOrgCode(zzda.getOrgCode());
txs.setAddtime(new Date().getTime()); txs.setAddtime(new Date().getTime());
txs.setTxstate(0); txs.setTxstate(0);
......
...@@ -22,7 +22,7 @@ public class AdminMsgTemplateDto extends Page implements Serializable { ...@@ -22,7 +22,7 @@ public class AdminMsgTemplateDto extends Page implements Serializable {
@ApiModelProperty(value="平台类型 1 阿里云",example="101") @ApiModelProperty(value="平台类型 1 阿里云",example="101")
private Integer platformType; private Integer platformType;
@ApiModelProperty(value="类型 1 证照到期提醒",example="101") @ApiModelProperty(value="类型 1 合同到期提醒, 2 证照到期提醒",example="101")
private Integer msgType; private Integer msgType;
@ApiModelProperty(value="状态 0 启用 1 停用",example="101") @ApiModelProperty(value="状态 0 启用 1 停用",example="101")
......
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