|
@@ -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);
|