This commit is contained in:
parent
b0081791c0
commit
99bd9edd43
|
@ -223,7 +223,7 @@ public class ApprovalProcessController extends BaseController {
|
||||||
for (String s : split) {
|
for (String s : split) {
|
||||||
s = s.trim(); // 移除首尾空格
|
s = s.trim(); // 移除首尾空格
|
||||||
if (!s.isEmpty()) {
|
if (!s.isEmpty()) {
|
||||||
SysUser user = sysUserService.selectUserById(Long.parseLong(togUserIds));
|
SysUser user = sysUserService.selectUserById(Long.parseLong(s));
|
||||||
userList.add(user);
|
userList.add(user);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue