|
|
@@ -658,20 +658,6 @@ namespace CallCenterApi.Interface.Controllers
|
|
658
|
658
|
|
|
659
|
659
|
return Success("");
|
|
660
|
660
|
|
|
661
|
|
- // BLL.T_Bus_WorkOrder bll = new BLL.T_Bus_WorkOrder();
|
|
662
|
|
-
|
|
663
|
|
- // string uwhere = " 1=1 ";
|
|
664
|
|
-
|
|
665
|
|
- // uwhere += " and F_IsDelete=0";
|
|
666
|
|
- // uwhere += "and F_Duplicate!=5";
|
|
667
|
|
- // uwhere += $" and (F_Type=" + 2 + "or (F_Duplicate in(2,0)and F_Type=3))";
|
|
668
|
|
-
|
|
669
|
|
- // var obj = new
|
|
670
|
|
- // {
|
|
671
|
|
- // dtj = bll.GetList(uwhere + " and F_State=0 ").Tables[0].Rows.Count,
|
|
672
|
|
- // thdtj = bll.GetList(uwhere + " AND F_State=6 ").Tables[0].Rows.Count,
|
|
673
|
|
- // };
|
|
674
|
|
- // return Success("成功", obj);
|
|
675
|
661
|
}
|
|
676
|
662
|
|
|
677
|
663
|
/// <summary>
|