|
|
|
@ -73,6 +73,7 @@ public class UserController {
|
|
|
|
|
map.put("roleId", user.getRoleId());
|
|
|
|
|
map.put("phone", user.getPhone());
|
|
|
|
|
map.put("schoolId", user.getSchoolId());
|
|
|
|
|
map.put("userId", user.getUserid());
|
|
|
|
|
|
|
|
|
|
Flow flow = flowMapper.selectByPrimaryKey(jwtUser.getUserId());
|
|
|
|
|
if (flow == null) {
|
|
|
|
|