|
|
@@ -9866,9 +9866,9 @@ BType, case when (isnull(BusinessType,0)>0 or isnull(F_ServiceType,0)>0) then '
|
|
9866
|
9866
|
//string startDate = DateTime.Now.ToString("yyyyMMdd") + "00:00:00";
|
|
9867
|
9867
|
//string endDate = DateTime.Now.ToString("yyyyMMdd") + "23:59:59";
|
|
9868
|
9868
|
|
|
|
9869
|
+ string startDate = startTime.Substring(0, 10) + " 00:00:00";
|
|
|
9870
|
+ string endDate = startTime.Substring(12) + " 23:59:59";
|
|
9869
|
9871
|
|
|
9870
|
|
- string startDate = startTime + " 00:00:00";
|
|
9871
|
|
- string endDate = startTime + " 23:59:59";
|
|
9872
|
9872
|
int WxRealTotal = WXWorkOrderCount(3, startDate, endDate);
|
|
9873
|
9873
|
DataTable dt = workorderBLL.GetTodayFromTypeAmount(startTime);
|
|
9874
|
9874
|
dt.Rows[1]["amount"] = WxRealTotal;
|