Commit 7f800764 authored by 吴琼's avatar 吴琼

添加log

parent 27fad9a3
......@@ -94,7 +94,7 @@ public class OrderServiceImpl implements IOrderService {
//JsonResult<LoanOrder> loanOrder = xyqbService.findLoanOrder(loanId);
//todo 替换中台接口
JsonResult<LoanOrder> loanOrder = iceService.findLoanOrder(loanId);
log.info("{} 提现详情 loanOrder={}", loanOrder);
if (!loanOrder.isSuccess()) {
log.error("{} 提现订单查询失败 loanId={}, result={}", logPre, loanId, loanOrder);
return JsonResult.buildErrorStateResult(loanOrder.getMsg(), loanOrder.getData());
......
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