wtt
2025-04-22 770c739aeadfd1025bd6b64aa6790201b0b1047d
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);
            }