Commit c673c0a4 by jianan

生成预计发佣记录是查询出账币种、默认结算汇率8

parent b6e31977
......@@ -554,9 +554,9 @@ public class ApiPolicyFollowController {
apiAnnouncementCommissionRatioFeignClient.list(announcementRatioListRequest),
ApiAnnouncementCommissionRatioListResponse.class
);
} catch (Exception e) {
} catch (Exception e ) {
log.info("查询结算币种->保单号:{},入参request:{}", policyFollow.getPolicyNo(), JSON.toJSONString(announcementRatioListRequest));
throw new BusinessException("查询产品发佣配置,获取结算币种失败," + e.getMessage());
return Result.fail("查询产品发佣配置,获取结算币种失败," + e.getMessage());
}
}
......
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