Commit 628d6f6e authored by tank.li@mushiny.com's avatar tank.li@mushiny.com

init

parent fda94db2
...@@ -198,7 +198,7 @@ public class InboundService { ...@@ -198,7 +198,7 @@ public class InboundService {
*/ */
public MessageDTO skuNotFound(String entryId, String skuId) { public MessageDTO skuNotFound(String entryId, String skuId) {
return this.updateInboundOrderStatus(entryId, skuId, Sql_Table.ERROR,0, "物料缺失"); return this.updateInboundOrderStatus(entryId, skuId, Sql_Table.ERROR,0, "SKU NOT FOUND");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment