From 52fd58a668133aa9e15c6e974d4ff709b7a3b257 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Wed, 11 Jul 2018 02:05:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E6=A8=A1=E6=9D=BF=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/message/QuartzJobMsg.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_tenwa/com/tenwa/message/QuartzJobMsg.java b/src_tenwa/com/tenwa/message/QuartzJobMsg.java index 7e0e6d2b0..6b651b0b6 100644 --- a/src_tenwa/com/tenwa/message/QuartzJobMsg.java +++ b/src_tenwa/com/tenwa/message/QuartzJobMsg.java @@ -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");