Commit ea8b5c39 by zhangxingmin

push

parent c8ecd385
......@@ -69,7 +69,7 @@ public class ApiAgentDetailFycServiceImpl implements ApiAgentDetailFycService {
//积分来源基本法项目配置表唯一业务ID
agentDetailFyc.setRuleItemBizId(algorithmResDto.getRuleItemBizId());
//提供积分的保单发佣批次ID
agentDetailFyc.setBatchBizId(dto.getBatchBizId());
// agentDetailFyc.setBatchBizId(dto.getBatchBizId());
//提供积分的保单号
agentDetailFyc.setPolicyNo(dto.getPolicyNo());
//提供积分的业务员(客户端用户唯一业务ID)
......
......@@ -53,11 +53,11 @@ public class AgentDetailFyc implements Serializable {
@TableField("rule_item_biz_id")
private String ruleItemBizId;
/**
* 保单发佣批次ID
*/
@TableField("batch_bizId")
private String batchBizId;
// /**
// * 保单发佣批次ID
// */
// @TableField("batch_bizId")
// private String batchBizId;
/**
* 积分提供的保单号
......
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