liyuanyuan 2 jaren geleden
bovenliggende
commit
1981b55494

+ 1 - 0
.gitignore

@@ -29,3 +29,4 @@ Push/bin/
29 29
 Push/obj/
30 30
 packages/
31 31
 
32
+/Upload/Files/2022/06/30

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -110,7 +110,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
110 110
            
111 111
             if (isopen > -1)
112 112
                 sql += " and isnull(F_IsOpen,0) =" + isopen;
113
-            if (orderSign >= -1)
113
+            if (orderSign > -1)
114 114
                 sql += " and F_OrderSign  =" + orderSign;
115 115
 
116 116
             string strworkorderid = HttpUtility.UrlDecode(RequestString.GetQueryString("strworkorderid"));