Commit 9d067404 authored by xiaozhe.chen's avatar xiaozhe.chen

运营系统替换中台接口

parent 8e4bc1fe
...@@ -512,7 +512,9 @@ public class UserServiceImpl implements IUserService { ...@@ -512,7 +512,9 @@ public class UserServiceImpl implements IUserService {
ApplyOrderQuery applyOrderQuery = new ApplyOrderQuery(); ApplyOrderQuery applyOrderQuery = new ApplyOrderQuery();
applyOrderQuery.setUserId(userQueryParam.getUserId()); applyOrderQuery.setUserId(userQueryParam.getUserId());
//申请订单查询 //申请订单查询
JsonResult<ApplyOrder> applyOrders = xyqbService.findApplyOrders(applyOrderQuery); //JsonResult<ApplyOrder> applyOrders = xyqbService.findApplyOrders(applyOrderQuery);
//todo 替换中台接口
JsonResult<ApplyOrder> applyOrders = iceService.findApplyOrders(applyOrderQuery);
return applyOrders; return applyOrders;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment