Commit 9d8ca4a9 by qwmqiuwenmin

fix

parent f3806870
......@@ -351,7 +351,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
}
if(StringUtils.isNotBlank(departmentIds)){
departmentIds = departmentIds.substring(1,departmentIds.length() - 1);
departmentIds = departmentIds.substring(0,departmentIds.length() - 1);
}
StaffDTO staffDTO = EntityUtil.changeEntityByJSON(StaffDTO.class, staff);
staffDTO.setWeixinPush(true);
......
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