diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/MonitorIndexOfyyspd.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/MonitorIndexOfyyspd.cshtml index 874255043..d783e89b6 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/MonitorIndexOfyyspd.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_NewWorkFlow/Views/NWFProcess/MonitorIndexOfyyspd.cshtml @@ -17,9 +17,9 @@
- @*
+
-
*@ +
@@ -31,19 +31,19 @@
用印事项
-
+ @*
用印时间
-
+
*@
-
+ @*
+
*@
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs index ab3e62680..1e74a9f82 100644 --- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs +++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.WorkFlow/Process/NWFProcessSerivce.cs @@ -1013,8 +1013,8 @@ namespace Learun.Application.WorkFlow // 用印时间 if (!queryParam["StartTime"].IsEmpty() && !queryParam["EndTime"].IsEmpty()) { - dp.Add("StartTime", queryParam["StartTime"].ToString(), DbType.Date); - dp.Add("EndTime", queryParam["EndTime"].ToString(), DbType.Date); + dp.Add("StartTime", queryParam["StartTime"].ToString(), DbType.String); + dp.Add("EndTime", queryParam["EndTime"].ToString(), DbType.String); strSql.Append(" and (y.LC_yysj >= @StartTime and y.LC_yysj <= @EndTime)"); }