Commit b77963f9 by jianan

新单跟进32

parent 5b3e841e
......@@ -615,7 +615,6 @@ public class ApiAppointmentServiceImpl implements ApiAppointmentService {
// 同步保存保单(产品计划)
Policy policy = new Policy();
BeanUtils.copyProperties(policyFollow, policy);
BeanUtils.copyProperties(apiProductPlanMainInfoDto, policy);
policy.setId(null);
policy.setPolicyBizId(policyBizId);
......
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