Compare commits
2 Commits
159bde0779
...
bf49850b41
| Author | SHA256 | Date | |
|---|---|---|---|
| bf49850b41 | |||
| 62ee681df2 |
@ -126,8 +126,8 @@ public class EbikeStatisticsController {
|
||||
@GetMapping("getDiffOperatorOrderList")
|
||||
public JsonResult<?> getDiffOperatorOrderList(String bikeCode, PageParam pageParam) {
|
||||
FeignDiffOperatorOrderList dto = new FeignDiffOperatorOrderList();
|
||||
long staffId = StpUtil.getLoginIdAsLong();
|
||||
CommonStaffInfo staffInfo = StpUtil.getSession().getModel(String.valueOf(staffId), CommonStaffInfo.class);
|
||||
String staffId = StpUtil.getLoginIdAsString();
|
||||
CommonStaffInfo staffInfo = StpUtil.getSession().getModel(staffId, CommonStaffInfo.class);
|
||||
if (staffInfo == null) {
|
||||
throw new EbikeException("当前用户信息不存在");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user