Commit 0fde85e4 by mobh Committed by chenzg

修改提交

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