|
|
@@ -3418,7 +3418,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
3418
|
3418
|
//获取催办数量
|
|
3419
|
3419
|
string sql1 = " select count(*) dblcount from T_Bus_WorkOrder where F_IsDelete=0 and F_WorkState in(2,4,8) 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) and F_MainDeptId=" + userModel.F_DeptId + ") ";
|
|
3420
|
3420
|
//扫描件未上传数量
|
|
3421
|
|
- string sql2 = " select count(*) dblcount from T_Bus_WorkOrder where F_IsDelete=0 and F_Files ='' and F_WorkOrderID in(select F_WorkOrderID from T_Bus_Feedback WITH(NOLOCK) where F_State=1 and F_IsDelete=0 and F_Type in (1,2) and F_CreateUser=" + userModel.F_UserCode + ") ";
|
|
|
3421
|
+ string sql2 = " select count(*) dblcount from T_Bus_WorkOrder where F_IsDelete=0 and F_Files ='' and F_WorkOrderID in (select F_WorkOrderID from T_Bus_Feedback WITH(NOLOCK) where F_State=1 and F_IsDelete=0 and F_Type in (1,2) and F_CreateUser='"+ userModel.F_UserCode + "') ";
|
|
3422
|
3422
|
|
|
3423
|
3423
|
|
|
3424
|
3424
|
#region 获取待办理数量
|