From 633a70b20d4067522f3f0a1f0b5fb8b167a5e4e2 Mon Sep 17 00:00:00 2001 From: wangsr Date: Sat, 2 Dec 2023 17:22:11 +0800 Subject: [PATCH] =?UTF-8?q?delete=20-=20=E5=88=A0=E9=99=A4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainDetailControl/MainDetailControlAction.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs index 791911b..2ce7540 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs @@ -359,13 +359,13 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl .Set(x => x.Done, true) .Where(x => x.DeviceNo == deviceNo && !x.Done).ExecuteAffrows(); } - if (!Mixes[i] && !record.RGVIsReach && record.MixIsReady) - { - MessageBox.Show("湿混机搅拌完毕指示灯无故熄灭\nRGV小车未到达 接料未结束"); - FreeSqlUnit.Instance.Update() - .Set(x => x.MixIsReady, false) - .Where(x => x.DeviceNo == deviceNo && !x.Done).ExecuteAffrows(); - } + //if (!Mixes[i] && !record.RGVIsReach && record.MixIsReady) + //{ + // MessageBox.Show("湿混机搅拌完毕指示灯无故熄灭\nRGV小车未到达 接料未结束"); + // FreeSqlUnit.Instance.Update() + // .Set(x => x.MixIsReady, false) + // .Where(x => x.DeviceNo == deviceNo && !x.Done).ExecuteAffrows(); + //} } }