From 906f99eed5cbfb793a8909d084c0508727a0c065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Wed, 12 Aug 2020 09:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCP/Views/PlanData/SCP_PO.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCP/Views/PlanData/SCP_PO.aspx.cs b/SCP/Views/PlanData/SCP_PO.aspx.cs index af2855e..f384c4a 100644 --- a/SCP/Views/PlanData/SCP_PO.aspx.cs +++ b/SCP/Views/PlanData/SCP_PO.aspx.cs @@ -50,7 +50,7 @@ namespace SCP.PlanData public void SearchV_TB_PO(Action> p_action) { V_TB_PO _entity = new V_TB_PO(); - _entity.Extend1= + _entity.IsDeleted = false; if (this.DP_StartDate.SelectedDate != null) {