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