소스 검색

修改发货

wangxiaoming 7 년 전
부모
커밋
121b23a0af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      watero-rst-web/src/main/java/com/iamberry/rst/controllers/order/AwaitSendController.java

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