Commit eef5cce2 by jianan

我的团队寿险数据统计N22问题4

parent 1093edaa
......@@ -2681,7 +2681,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
for (SubordinateSystemMemberInfoE infoE : subordinateSystemMemberInfoEList) {
for (PractitionerInfo item : practitionerInfoList) {
if (infoE.getLoginName().equals(item.getName())) {
if (infoE.getMobileNo().equals(item.getMobileNo())) {
BeanUtils.copyProperties(item, infoE);
}
}
......
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