|
|
@@ -285,8 +285,8 @@ public class FsIntegralCartServiceImpl extends ServiceImpl<FsIntegralCartMapper,
|
|
|
}
|
|
|
String barCode = fsIntegralGoods.stream().map(FsIntegralGoodsVo::getBarCode).collect(Collectors.joining(","));
|
|
|
String Integral = fsIntegralGoods.stream().map(m -> m.getIntegral().toString()).collect(Collectors.joining(","));
|
|
|
-// String orderSn = OrderCodeUtils.getOrderSn();
|
|
|
- String orderSn = "6666666666666666666666";
|
|
|
+ String orderSn = OrderCodeUtils.getOrderSn();
|
|
|
+// String orderSn = "6666666666666666666666";
|
|
|
if (StringUtils.isEmpty(orderSn)) {
|
|
|
throw new ServiceException("订单生成失败,请重试");
|
|
|
}
|