|  | @@ -831,8 +831,10 @@ public class FJNXSyncServiceImpl implements IFJNXSyncService {
 | 
											
												
													
														|  |          Date syncDateTime = new Date();
 |  |          Date syncDateTime = new Date();
 | 
											
												
													
														|  |          list.forEach(item -> {
 |  |          list.forEach(item -> {
 | 
											
												
													
														|  |              if(StringUtil.isNullOrEmpty(item.getOrgCode())) {
 |  |              if(StringUtil.isNullOrEmpty(item.getOrgCode())) {
 | 
											
												
													
														|  | 
 |  | +                log.error("没有机构编码,机构名称:{}", item.getOrgName());
 | 
											
												
													
														|  |                  return;
 |  |                  return;
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  |              FjnxOrg tempOrg = new FjnxOrg();
 |  |              FjnxOrg tempOrg = new FjnxOrg();
 | 
											
												
													
														|  |              BeanUtils.copyBeanProp(tempOrg, item);
 |  |              BeanUtils.copyBeanProp(tempOrg, item);
 | 
											
												
													
														|  |  
 |  |  
 |