From 0283d10f1f65729a5f3a79832ea587f977a28e96 Mon Sep 17 00:00:00 2001 From: 王 垚 <1402714037@qq.com> Date: 星期四, 27 十月 2022 15:30:16 +0800 Subject: [PATCH] 自动排程 , 派工 --- MES/src/BLL/Demo.BillView/PRD/ProductScheduleButtonClick.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MES/src/BLL/Demo.BillView/PRD/ProductScheduleButtonClick.cs b/MES/src/BLL/Demo.BillView/PRD/ProductScheduleButtonClick.cs index ba3f38e..6c6e1bf 100644 --- a/MES/src/BLL/Demo.BillView/PRD/ProductScheduleButtonClick.cs +++ b/MES/src/BLL/Demo.BillView/PRD/ProductScheduleButtonClick.cs @@ -427,6 +427,7 @@ where ISNULL(e.FSCOrderNo,'')=''"; sql += sqlWhere; DataTable dt = DBServiceHelper.ExecuteDataSet(this.Context, sql).Tables[0]; + if (dt.Rows.Count > 0) { //this.Model.DeleteEntryData("FScddEntity"); -- Gitblit v1.9.1