|
|
@@ -2738,7 +2738,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
2738
|
2738
|
else
|
|
2739
|
2739
|
sql += " and F_WorkState = '" + strstate.Trim() + "' ";
|
|
2740
|
2740
|
}
|
|
2741
|
|
- sql += " and F_WorkState in ('" + (int)EnumWorkState.receive + "','" + (int)EnumWorkState.dealing +"' )";
|
|
|
2741
|
+ sql += " and F_WorkState in ('" + (int)EnumWorkState.receive + "','" + (int)EnumWorkState.dealing +"','"+ (int)EnumWorkState.reload + "' )";
|
|
2742
|
2742
|
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)";
|
|
2743
|
2743
|
|
|
2744
|
2744
|
if (userModel.F_RoleCode != "GLY" && userModel.F_RoleCode != "DDZG")
|