短信模板配置提交

This commit is contained in:
zhouyahui 2018-07-11 02:05:26 +08:00
parent 881d62b274
commit 52fd58a668

View File

@ -145,8 +145,8 @@ public class QuartzJobMsg implements Job{
BizObject sn = bomLSNT.newObject();
sn.setAttributeValue("inputuserid", result.getString("proj_manage")!=null?result.getString("proj_manage"):data.getString("userID"));
sn.setAttributeValue("customer_id", result.getString("customer_id"));
//sn.setAttributeValue("phonenumber", phonenumber.toString());
//sn.setAttributeValue("phone_number", "13764771906");
sn.setAttributeValue("phone_number", phonenumber.toString());
//sn.setAttributeValue("phone_number", "13718374615");
sn.setAttributeValue("send_flag", 0);
sn.setAttributeValue("sms_content", resultMsgContent);
sn.setAttributeValue("sms_type", "DELAYED");