Commit 1074cc04 authored by 吴琼's avatar 吴琼

提交log

parent 5d34f346
...@@ -770,8 +770,8 @@ public class UserServiceImpl implements IUserService { ...@@ -770,8 +770,8 @@ public class UserServiceImpl implements IUserService {
} }
userQueryParam.setUserId(userInfo.getData().getUserId()); userQueryParam.setUserId(userInfo.getData().getUserId());
applyOrder = this.findUserCashApplyOrders(userQueryParam); applyOrder = this.findUserCashApplyOrders(userQueryParam);
log.error("findUserCashApplyOrders:applyOrder="+applyOrder);
if (!applyOrder.isSuccess()) { if (applyOrder == null || !applyOrder.isSuccess()) {
log.error("{} 查询申请订单失败 result={}", logPre, applyOrder); log.error("{} 查询申请订单失败 result={}", logPre, applyOrder);
return applyOrder; return applyOrder;
} }
......
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