yusijie
2024-10-05 8a5a1c5f786298d72fa56f54cb3745e807e084d7
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);
            }