From 7f4fe08938f69b3c1f6e9253c300915ccef2588c Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期二, 15 十二月 2020 17:28:00 +0800 Subject: [PATCH] 测试上传 --- src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs b/src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs index 298e3d0..e29c91f 100644 --- a/src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs +++ b/src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs @@ -112,7 +112,13 @@ //榻愬 string FCompleteStatus = Convert.ToString(this.Model.GetValue("FCompleteStatus")); if (!string.IsNullOrEmpty(FCompleteStatus)) - sqlwhere += $" and CompleteStatus='{FCompleteStatus}'"; + sqlwhere += $" and FComPlete='{FCompleteStatus}'"; + + //鏃ヨ鍒掓棩鏈� + string FPlanDate = Convert.ToString(this.Model.GetValue("FPlanDate2")); + if (!string.IsNullOrEmpty(FPlanDate)) + sqlwhere += $" and FPlanDate='{FPlanDate}'"; + //鐢熶骇璁㈠崟鍙� string PRDBillNo = Convert.ToString(this.Model.GetValue("FScOrderNo")); if (!string.IsNullOrEmpty(PRDBillNo)) -- Gitblit v1.9.1