Commit acdc81a7 authored by 赵啸非's avatar 赵啸非

修改同步

parent 951fc619
...@@ -564,9 +564,9 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta ...@@ -564,9 +564,9 @@ public class StaffServiceImpl extends AbstractCRUDCacheServiceImpl<StaffDao, Sta
} }
} }
} }
}catch (Exception e){ } catch (Exception e) {
log.error("同步人员信息失败:{}",e.getMessage()); log.error("同步人员信息失败:{}", e.getMessage());
staffCollect=List staffCollect = new HashMap<>();
} }
if (staffCollect.size() > 0) { if (staffCollect.size() > 0) {
//需要将此人员变更为离职 //需要将此人员变更为离职
......
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