Commit 1ea0aa74 by jianan

客户告知书12

parent 11d973fe
......@@ -3637,7 +3637,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
}
AgPoInformed informed = new AgPoInformed();
BeanUtils.copyProperties(requestVO, informed);
informed.setPractitionerId(requestVO.getPractitionerId());
informed.setLeadsId(requestVO.getLeadsAssignedId());
informed.setCustomerId(newerCustomer.getId());
informed.setStatus("0");
informed.setIsActive(1);
......
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