|
|
@@ -4942,7 +4942,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
4942
|
4942
|
|
|
4943
|
4943
|
// modelT_Bus_WorkOrder.F_PhoneType = "110";
|
|
4944
|
4944
|
|
|
4945
|
|
- // modelT_Bus_WorkOrder.F_InfoConBigType = jjdb.jqzldm;
|
|
|
4945
|
+
|
|
4946
|
4946
|
//发送短信
|
|
4947
|
4947
|
try
|
|
4948
|
4948
|
{
|
|
|
@@ -4974,17 +4974,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
4974
|
4974
|
modelT_Bus_WorkOrder.F_OrderSign = 2;
|
|
4975
|
4975
|
|
|
4976
|
4976
|
int a = workorderBLL.Add(modelT_Bus_WorkOrder);
|
|
4977
|
|
- try
|
|
4978
|
|
- {
|
|
4979
|
|
- bool fsdx = SendDx(modelT_Bus_WorkOrder.F_WorkOrderId);
|
|
4980
|
|
-
|
|
4981
|
|
- }
|
|
4982
|
|
- catch (Exception e)
|
|
4983
|
|
- {
|
|
4984
|
|
- FileLog.Info(e.ToJson());
|
|
4985
|
|
-
|
|
4986
|
|
- }
|
|
4987
|
|
- string sql = "";
|
|
|
4977
|
+
|
|
|
4978
|
+ // string sql = "";
|
|
4988
|
4979
|
#region 插入操作记录
|
|
4989
|
4980
|
BLL.T_Bus_Operation operBLL = new BLL.T_Bus_Operation();
|
|
4990
|
4981
|
Model.T_Bus_Operation oper = new Model.T_Bus_Operation();
|