Compare commits
2 Commits
34b457f2e7
...
6cdd8462f6
Author | SHA1 | Date |
---|---|---|
|
6cdd8462f6 | |
|
99bd9edd43 |
|
@ -223,7 +223,7 @@ public class ApprovalProcessController extends BaseController {
|
|||
for (String s : split) {
|
||||
s = s.trim(); // 移除首尾空格
|
||||
if (!s.isEmpty()) {
|
||||
SysUser user = sysUserService.selectUserById(Long.parseLong(togUserIds));
|
||||
SysUser user = sysUserService.selectUserById(Long.parseLong(s));
|
||||
userList.add(user);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue