Jelajahi Sumber

马桥指令操作撤回报错修复

hu 5 bulan lalu
induk
melakukan
f7ea4eb77e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/custom/beans/wms/Wms.java

+ 1 - 1
src/custom/beans/wms/Wms.java

@@ -204,6 +204,6 @@ public class Wms {
      * @throws YosException
      * @throws YosException
      */
      */
     public static void deleteMQOrder(String billno, int rowno) throws YosException {
     public static void deleteMQOrder(String billno, int rowno) throws YosException {
-        new DBConnect("U8-YUNl_DB").runSqlUpdate("delete from Wms_Rdrecord32 where WMSstatus=0 and billno='" + billno + "' and rowno='" + rowno + "'");
+        new DBConnect("U8-YUNl_DB").runSqlUpdate("delete from Wms_Rdrecord32Wms_Rdrecord32 where WMSstatus=0 and ccode='" + billno + "' and rowno='" + rowno + "'");
     }
     }
 }
 }