Commit 403a1ba8 by fudahua

fix

parent d304ba2f
......@@ -355,7 +355,7 @@ public class StaffApiServiceImpl implements StaffApiService {
staff.setPostion(user.getPosition());
staff.setExtendPostion(user.getExternal_position());
//成员更改或更新
if(staff == null) {
if(StringUtils.isBlank(staff.getStaffId())) {
logger.info("新增成员");
staff.setActiveFlag(0);
staff.setCreateTime(new Date());
......
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