wtt
2024-10-15 a2ba0925be296ea2d3e792c57ec746799cb9e407
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);
            }