duhongyu 5 lat temu
rodzic
commit
6772c807bb

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderNewController.cs

@@ -526,7 +526,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
526 526
                 string msg = "";
527 527
                 if (id <= 0)
528 528
                     return Error("请输入正确的id");
529
-                sql += " and  F_WoID=" + id + ")";
529
+                sql += " and  F_WoID=" + id + "";
530 530
                 int recordCount = 0;
531 531
                 if (!string.IsNullOrWhiteSpace(sql))
532 532
                 {