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