Browse Source

修改手机号

gongfuzhu 7 months ago
parent
commit
cbad24679f

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/service/impl/KfcServiceImpl.java

@@ -98,7 +98,7 @@ public class KfcServiceImpl {
         String authAccount = accountDetailVo.getAuthAccount();
         String authAccount = accountDetailVo.getAuthAccount();
         SharePlatformVo sharePlatformVo = accountDetailVo.getSharePlatformVo();
         SharePlatformVo sharePlatformVo = accountDetailVo.getSharePlatformVo();
 
 
-        kfcGoodsDetailRequest.setPhone(authHelper.getCurrentUser().getPhone());
+        kfcGoodsDetailRequest.setPhone(kfcGoodsDetailRequest.getPhone());
         CreateOrdereResponse createOrdereResponse = kfcApi.create_order(kfcGoodsDetailRequest);
         CreateOrdereResponse createOrdereResponse = kfcApi.create_order(kfcGoodsDetailRequest);
         BigDecimal bigDecimal = BigDecimal.valueOf(createOrdereResponse.getData().getPayAmount());
         BigDecimal bigDecimal = BigDecimal.valueOf(createOrdereResponse.getData().getPayAmount());