浏览代码

修改发货

wangxiaoming 6 年之前
父节点
当前提交
121b23a0af

+ 1 - 1
watero-rst-web/src/main/java/com/iamberry/rst/controllers/order/AwaitSendController.java

@@ -269,7 +269,7 @@ public class AwaitSendController {
             }
             Goodsquantity += temp.getItemNum();
         }
-        String uuid = UUIDGenerator.getUUID().substring(0, 10);
+        String uuid = UUIDGenerator.getUUID().substring(0, 8);
         Map<String, Object> product1 = new HashMap<String, Object>();
         product1.put("GoodsName", uuid);
         product1.put("Goodsquantity", Goodsquantity);