duhe
2025-06-13 f21aeda2c3d1a3b1abcfbcd1e9ea48f25ce4702d
WarM/条码打印/Gy_PackBarCodeBill_automaticallyByPLC.cs
@@ -481,6 +481,8 @@
                return true;
            }catch(Exception ex)
            {
                string sql = "exec h_p_WMS_PackBarCodeBill_dealDataWhenError '" + textBox_HPackBarCode + "'";
                oCn.RunProc(sql);
                throw new Exception(ex.Message);
            }