Commit 4e307066 by qwmqiuwenmin

fix

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