Просмотр исходного кода

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

hu 5 месяцев назад
Родитель
Сommit
86f8fb8cd6
1 измененных файлов с 1 добавлено и 1 удалено
  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
      */
     public static void deleteMQOrder(String billno, int rowno) throws YosException {
-        new DBConnect("U8-YUNl_DB").runSqlUpdate("delete from Wms_Rdrecord32Wms_Rdrecord32 where WMSstatus=0 and ccode='" + billno + "' and rowno='" + rowno + "'");
+        new DBConnect("U8-YUNl_DB").runSqlUpdate("delete from Wms_Rdrecord32 where WMSstatus=0 and ccode='" + billno + "' and rowno='" + rowno + "'");
     }
 }