|
|
@@ -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 + "'");
|
|
|
}
|
|
|
}
|