Commit 7a7d4867 by jianan

新单跟进114

parent a8932ce9
......@@ -471,7 +471,7 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
}
//待跟进
follow.setStatus(PolicyFollowStatusEnum.FOLLOW_UP.getItemValue());
follow.setNextStatusList(policyFollowService.getNextStatus(PolicyFollowStatusEnum.CHECKING));
follow.setNextStatusList(policyFollowService.getNextStatus(PolicyFollowStatusEnum.FOLLOW_UP));
//TODO 保险公司业务id
// follow.setInsurerBizId();
//TODO 期交保费
......
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