Procházet zdrojové kódy

Merge remote-tracking branch 'origin/master'

zhaozhiqiang %!s(int64=3) %!d(string=před) roky
rodič
revize
0d5a15e197

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

@@ -2751,7 +2751,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
2751 2751
                         else
2752 2752
                             sql += " and F_WorkState = '" + strstate.Trim() + "' ";
2753 2753
                     }
2754
-                    sql += "  and F_WorkState in ('" + (int)EnumWorkState.receive + "','" + (int)EnumWorkState.dealing +"' )";
2754
+                    sql += "  and F_WorkState in ('" + (int)EnumWorkState.receive + "','" + (int)EnumWorkState.dealing +"','"+ (int)EnumWorkState.reload + "' )";
2755 2755
                     sql += "  and ReminderNum>0 and F_WorkOrderID in(select F_WorkOrderID from T_Bus_AssignedInfo WITH(NOLOCK) where F_State=1 and F_IsDelete=0 and F_IsSure in (0,1)";
2756 2756
 
2757 2757
                     if (userModel.F_RoleCode != "GLY" && userModel.F_RoleCode != "DDZG")