|
|
@@ -7067,7 +7067,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
7067
|
7067
|
case 3: sql = "select top 1 * from T_Bus_VisitResult WITH(NOLOCK)"; break;
|
|
7068
|
7068
|
case 4: sql = "select top 1 * from T_Bus_PerformDuties WITH(NOLOCK)"; break;
|
|
7069
|
7069
|
}
|
|
7070
|
|
- sql += " where F_WorkOrderId='" + strworkorderid + "' and F_State=0 and F_IsDelete=0 and F_CreateUser=" + userModel.F_UserCode + " order by F_CreateTime desc";
|
|
|
7070
|
+ sql += " where F_WorkOrderId='" + strworkorderid + "' and F_State=0 and F_IsDelete=0 and F_CreateUser='" + userModel.F_UserCode + "' order by F_CreateTime desc";
|
|
7071
|
7071
|
var dt = DbHelperSQL.Query(sql).Tables[0];
|
|
7072
|
7072
|
if (dt.Rows.Count > 0)
|
|
7073
|
7073
|
{
|
|
|
@@ -9226,7 +9226,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9226
|
9226
|
{
|
|
9227
|
9227
|
string count = "你有新的工单,工单号" + oper.F_WorkOrderId + ",请及时查收。";
|
|
9228
|
9228
|
string[] mag = { oper.F_WorkOrderId };
|
|
9229
|
|
- bool n =new SMSController().AddSmS(833958, userId, count, mag, u.F_Mobile);
|
|
|
9229
|
+ bool n =new SMSController().AddSmS(1963450, userId, count, mag, u.F_Mobile);
|
|
9230
|
9230
|
}
|
|
9231
|
9231
|
if (!string.IsNullOrEmpty(u.F_Telephone ))
|
|
9232
|
9232
|
{
|
|
|
@@ -9235,7 +9235,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9235
|
9235
|
{
|
|
9236
|
9236
|
string count = "你有新的工单,工单号" + oper.F_WorkOrderId + ",请及时查收。";
|
|
9237
|
9237
|
string[] mag = { oper.F_WorkOrderId };
|
|
9238
|
|
- bool n = new SMSController().AddSmSGroup(833958, userId, count, mag, userlist, u.F_Telephone);
|
|
|
9238
|
+ bool n = new SMSController().AddSmSGroup(1963450, userId, count, mag, userlist, u.F_Telephone);
|
|
9239
|
9239
|
}
|
|
9240
|
9240
|
|
|
9241
|
9241
|
}
|
|
|
@@ -9412,7 +9412,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9412
|
9412
|
{
|
|
9413
|
9413
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
9414
|
9414
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
9415
|
|
- bool n = new SMSController().AddSmS(833958, userId, count, mag, u.F_Mobile);
|
|
|
9415
|
+ bool n = new SMSController().AddSmS(1963450, userId, count, mag, u.F_Mobile);
|
|
9416
|
9416
|
}
|
|
9417
|
9417
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
9418
|
9418
|
{
|
|
|
@@ -9421,7 +9421,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9421
|
9421
|
{
|
|
9422
|
9422
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
9423
|
9423
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
9424
|
|
- bool n = new SMSController().AddSmSGroup(833958, userId, count, mag, userlist, u.F_Telephone);
|
|
|
9424
|
+ bool n = new SMSController().AddSmSGroup(1963450, userId, count, mag, userlist, u.F_Telephone);
|
|
9425
|
9425
|
}
|
|
9426
|
9426
|
|
|
9427
|
9427
|
}
|
|
|
@@ -9516,7 +9516,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9516
|
9516
|
{
|
|
9517
|
9517
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
9518
|
9518
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
9519
|
|
- bool n = new SMSController().AddSmS(833958, userId, count, mag, u.F_Mobile);
|
|
|
9519
|
+ bool n = new SMSController().AddSmS(1963450, userId, count, mag, u.F_Mobile);
|
|
9520
|
9520
|
}
|
|
9521
|
9521
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
9522
|
9522
|
{
|
|
|
@@ -9525,7 +9525,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9525
|
9525
|
{
|
|
9526
|
9526
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
9527
|
9527
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
9528
|
|
- bool n = new SMSController().AddSmSGroup(833958, userId, count, mag, userlist, u.F_Telephone);
|
|
|
9528
|
+ bool n = new SMSController().AddSmSGroup(1963450, userId, count, mag, userlist, u.F_Telephone);
|
|
9529
|
9529
|
}
|
|
9530
|
9530
|
|
|
9531
|
9531
|
}
|
|
|
@@ -9719,7 +9719,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9719
|
9719
|
{
|
|
9720
|
9720
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
9721
|
9721
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
9722
|
|
- bool n = new SMSController().AddSmS(833958, userId, count, mag, u.F_Mobile);
|
|
|
9722
|
+ bool n = new SMSController().AddSmS(1963450, userId, count, mag, u.F_Mobile);
|
|
9723
|
9723
|
}
|
|
9724
|
9724
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
9725
|
9725
|
{
|
|
|
@@ -9728,7 +9728,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9728
|
9728
|
{
|
|
9729
|
9729
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
9730
|
9730
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
9731
|
|
- bool n = new SMSController().AddSmSGroup(833958, userId, count, mag, userlist, u.F_Telephone);
|
|
|
9731
|
+ bool n = new SMSController().AddSmSGroup(1963450, userId, count, mag, userlist, u.F_Telephone);
|
|
9732
|
9732
|
}
|
|
9733
|
9733
|
|
|
9734
|
9734
|
}
|
|
|
@@ -9817,7 +9817,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9817
|
9817
|
{
|
|
9818
|
9818
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
9819
|
9819
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
9820
|
|
- bool n = new SMSController().AddSmS(833958, userId, count, mag, u.F_Mobile);
|
|
|
9820
|
+ bool n = new SMSController().AddSmS(1963450, userId, count, mag, u.F_Mobile);
|
|
9821
|
9821
|
}
|
|
9822
|
9822
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
9823
|
9823
|
{
|
|
|
@@ -9826,7 +9826,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
9826
|
9826
|
{
|
|
9827
|
9827
|
string count = "你有新的工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
9828
|
9828
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
9829
|
|
- bool n = new SMSController().AddSmSGroup(833958, userId, count, mag, userlist, u.F_Telephone);
|
|
|
9829
|
+ bool n = new SMSController().AddSmSGroup(1963450, userId, count, mag, userlist, u.F_Telephone);
|
|
9830
|
9830
|
}
|
|
9831
|
9831
|
|
|
9832
|
9832
|
}
|
|
|
@@ -10039,7 +10039,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10039
|
10039
|
// string count = " 您有工单已超期24小时,请及时处理,工单号" + it.F_WorkOrderId;
|
|
10040
|
10040
|
string count = "你有工单" + it.F_WorkOrderId + "已超期" + string.Format("{0:f0}", ivn * 24) + "小时,请及时处理";
|
|
10041
|
10041
|
string[] mag = { it.F_WorkOrderId, "" + string.Format("{0:f0}", ivn * 24) + "小时" };
|
|
10042
|
|
- bool n = new SMSController().AddSmS(833962, 0, count, mag, iv.F_Mobile);
|
|
|
10042
|
+ bool n = new SMSController().AddSmS(1963443, 0, count, mag, iv.F_Mobile);
|
|
10043
|
10043
|
it.F_IsSms = ivn + 2;
|
|
10044
|
10044
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10045
|
10045
|
|
|
|
@@ -10053,7 +10053,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10053
|
10053
|
{
|
|
10054
|
10054
|
string count = "你有工单" + it.F_WorkOrderId + "已超期" + string.Format("{0:f0}", ivn * 24) + "小时,请及时处理";
|
|
10055
|
10055
|
string[] mag = { it.F_WorkOrderId, "" + string.Format("{0:f0}", ivn * 24) + "小时" };
|
|
10056
|
|
- bool n = new SMSController().AddSmS(833962, 0, count, mag, io);
|
|
|
10056
|
+ bool n = new SMSController().AddSmS(1963443, 0, count, mag, io);
|
|
10057
|
10057
|
it.F_IsSms = ivn + 2;
|
|
10058
|
10058
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10059
|
10059
|
}
|
|
|
@@ -10083,7 +10083,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10083
|
10083
|
{
|
|
10084
|
10084
|
string count = "你有工单" + it.F_WorkOrderId + ",1小时后超期,请及时处理";
|
|
10085
|
10085
|
string[] mag = { it.F_WorkOrderId+ ",1" };
|
|
10086
|
|
- bool n = new SMSController().AddSmS(833961, 0, count, mag, iv.F_Mobile);
|
|
|
10086
|
+ bool n = new SMSController().AddSmS(1963446, 0, count, mag, iv.F_Mobile);
|
|
10087
|
10087
|
it.F_IsSms = 2;
|
|
10088
|
10088
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10089
|
10089
|
}
|
|
|
@@ -10096,7 +10096,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10096
|
10096
|
{
|
|
10097
|
10097
|
string count = "你有工单" + it.F_WorkOrderId + ",1小时后超期,请及时处理";
|
|
10098
|
10098
|
string[] mag = { it.F_WorkOrderId + ",1" };
|
|
10099
|
|
- bool n = new SMSController().AddSmS(833961, 0, count, mag, io );
|
|
|
10099
|
+ bool n = new SMSController().AddSmS(1963446, 0, count, mag, io );
|
|
10100
|
10100
|
it.F_IsSms = 2;
|
|
10101
|
10101
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10102
|
10102
|
}
|
|
|
@@ -10120,7 +10120,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10120
|
10120
|
{
|
|
10121
|
10121
|
string count = "你有工单" + it.F_WorkOrderId + ",4小时后超期,请及时处理";
|
|
10122
|
10122
|
string[] mag = { it.F_WorkOrderId + ",4" };
|
|
10123
|
|
- bool n = new SMSController().AddSmS(833961, 0, count, mag, iv.F_Mobile);
|
|
|
10123
|
+ bool n = new SMSController().AddSmS(1963446, 0, count, mag, iv.F_Mobile);
|
|
10124
|
10124
|
it.F_IsSms = 1;
|
|
10125
|
10125
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10126
|
10126
|
}
|
|
|
@@ -10133,7 +10133,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10133
|
10133
|
{
|
|
10134
|
10134
|
string count = "你有工单" + it.F_WorkOrderId + ",4小时后超期,请及时处理";
|
|
10135
|
10135
|
string[] mag = { it.F_WorkOrderId + ",4" };
|
|
10136
|
|
- bool n = new SMSController().AddSmS(833961, 0, count, mag, io );
|
|
|
10136
|
+ bool n = new SMSController().AddSmS(1963446, 0, count, mag, io );
|
|
10137
|
10137
|
it.F_IsSms = 1;
|
|
10138
|
10138
|
bool t = new BLL.T_Bus_WorkOrder().Update(it);
|
|
10139
|
10139
|
}
|
|
|
@@ -10182,7 +10182,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10182
|
10182
|
{
|
|
10183
|
10183
|
string count = "你有工单" + womodel.F_WorkOrderId + "收到催办,请及时处理";
|
|
10184
|
10184
|
string[] mag = { womodel.F_WorkOrderId };
|
|
10185
|
|
- bool n = new SMSController().AddSmS(1335323, 0, count, mag, item.F_Mobile);
|
|
|
10185
|
+ bool n = new SMSController().AddSmS(1963438, 0, count, mag, item.F_Mobile);
|
|
10186
|
10186
|
|
|
10187
|
10187
|
}
|
|
10188
|
10188
|
if (!string.IsNullOrEmpty(item.F_Telephone))
|
|
|
@@ -10194,7 +10194,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10194
|
10194
|
{
|
|
10195
|
10195
|
string count = "你有工单" + womodel.F_WorkOrderId + "收到催办,请及时处理";
|
|
10196
|
10196
|
string[] mag = { womodel.F_WorkOrderId };
|
|
10197
|
|
- bool n = new SMSController().AddSmS(1335323, 0, count, mag, phon);
|
|
|
10197
|
+ bool n = new SMSController().AddSmS(1963438, 0, count, mag, phon);
|
|
10198
|
10198
|
}
|
|
10199
|
10199
|
}
|
|
10200
|
10200
|
}
|
|
|
@@ -10227,7 +10227,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10227
|
10227
|
{
|
|
10228
|
10228
|
string count = "您有工单" + womodel.F_WorkOrderId + "收到催办,请及时处理";
|
|
10229
|
10229
|
string[] mag = { womodel.F_WorkOrderId };
|
|
10230
|
|
- bool n = new SMSController().AddSmS(1335323, 0, count, mag, item.F_Mobile);
|
|
|
10230
|
+ bool n = new SMSController().AddSmS(1963438, 0, count, mag, item.F_Mobile);
|
|
10231
|
10231
|
}
|
|
10232
|
10232
|
if (!string.IsNullOrEmpty(item.F_Telephone))
|
|
10233
|
10233
|
{
|
|
|
@@ -10238,7 +10238,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
10238
|
10238
|
{
|
|
10239
|
10239
|
string count = "您有工单" + womodel.F_WorkOrderId + "收到催办,请及时处理";
|
|
10240
|
10240
|
string[] mag = { womodel.F_WorkOrderId };
|
|
10241
|
|
- bool n = new SMSController().AddSmS(1335323, 0, count, mag, phon);
|
|
|
10241
|
+ bool n = new SMSController().AddSmS(1963438, 0, count, mag, phon);
|
|
10242
|
10242
|
}
|
|
10243
|
10243
|
}
|
|
10244
|
10244
|
}
|
|
|
@@ -11917,7 +11917,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
11917
|
11917
|
{
|
|
11918
|
11918
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
11919
|
11919
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
11920
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, u.F_Mobile);
|
|
|
11920
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, u.F_Mobile);
|
|
11921
|
11921
|
}
|
|
11922
|
11922
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
11923
|
11923
|
{
|
|
|
@@ -11928,7 +11928,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
11928
|
11928
|
{
|
|
11929
|
11929
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
11930
|
11930
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
11931
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, it);
|
|
|
11931
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, it);
|
|
11932
|
11932
|
}
|
|
11933
|
11933
|
|
|
11934
|
11934
|
}
|
|
|
@@ -13577,7 +13577,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
13577
|
13577
|
{
|
|
13578
|
13578
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
13579
|
13579
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
13580
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, u.F_Mobile);
|
|
|
13580
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, u.F_Mobile);
|
|
13581
|
13581
|
}
|
|
13582
|
13582
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
13583
|
13583
|
{
|
|
|
@@ -13588,7 +13588,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
13588
|
13588
|
{
|
|
13589
|
13589
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
13590
|
13590
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
13591
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, it);
|
|
|
13591
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, it);
|
|
13592
|
13592
|
}
|
|
13593
|
13593
|
|
|
13594
|
13594
|
}
|
|
|
@@ -14266,7 +14266,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14266
|
14266
|
{
|
|
14267
|
14267
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
14268
|
14268
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
14269
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, u.F_Mobile);
|
|
|
14269
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, u.F_Mobile);
|
|
14270
|
14270
|
}
|
|
14271
|
14271
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
14272
|
14272
|
{
|
|
|
@@ -14277,7 +14277,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14277
|
14277
|
{
|
|
14278
|
14278
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
14279
|
14279
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
14280
|
|
- bool v = new SMSController().AddSmS(876415, userId, count, mag, it);
|
|
|
14280
|
+ bool v = new SMSController().AddSmS(1963441, userId, count, mag, it);
|
|
14281
|
14281
|
}
|
|
14282
|
14282
|
|
|
14283
|
14283
|
}
|
|
|
@@ -14655,7 +14655,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14655
|
14655
|
{
|
|
14656
|
14656
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
14657
|
14657
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
14658
|
|
- bool m = new SMSController().AddSmS(876415, userId, count, mag, u.F_Mobile);
|
|
|
14658
|
+ bool m = new SMSController().AddSmS(1963441, userId, count, mag, u.F_Mobile);
|
|
14659
|
14659
|
}
|
|
14660
|
14660
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
14661
|
14661
|
{
|
|
|
@@ -14664,7 +14664,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14664
|
14664
|
{
|
|
14665
|
14665
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder.F_WorkOrderId + ",请及时查收。";
|
|
14666
|
14666
|
string[] mag = { modelT_Bus_WorkOrder.F_WorkOrderId };
|
|
14667
|
|
- bool m = new SMSController().AddSmSGroup(876415, userId, count, mag, userlist, u.F_Telephone);
|
|
|
14667
|
+ bool m = new SMSController().AddSmSGroup(1963441, userId, count, mag, userlist, u.F_Telephone);
|
|
14668
|
14668
|
}
|
|
14669
|
14669
|
|
|
14670
|
14670
|
}
|
|
|
@@ -14755,7 +14755,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14755
|
14755
|
{
|
|
14756
|
14756
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
14757
|
14757
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
14758
|
|
- bool m = new SMSController().AddSmS(876415, userId, count, mag, u.F_Mobile);
|
|
|
14758
|
+ bool m = new SMSController().AddSmS(1963441, userId, count, mag, u.F_Mobile);
|
|
14759
|
14759
|
}
|
|
14760
|
14760
|
if (!string.IsNullOrEmpty(u.F_Telephone))
|
|
14761
|
14761
|
{
|
|
|
@@ -14764,7 +14764,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
14764
|
14764
|
{
|
|
14765
|
14765
|
string count = "你有重办工单,工单号" + modelT_Bus_WorkOrder1.F_WorkOrderId + ",请及时查收。";
|
|
14766
|
14766
|
string[] mag = { modelT_Bus_WorkOrder1.F_WorkOrderId };
|
|
14767
|
|
- bool m = new SMSController().AddSmSGroup(876415, userId, count, mag, userlist, u.F_Telephone);
|
|
|
14767
|
+ bool m = new SMSController().AddSmSGroup(1963441, userId, count, mag, userlist, u.F_Telephone);
|
|
14768
|
14768
|
}
|
|
14769
|
14769
|
|
|
14770
|
14770
|
}
|