|
@@ -52,9 +52,6 @@ public class SceneServiceImpl implements ISceneService {
|
|
|
|
|
|
@Override
|
|
|
public PageInfo pageList(SceneParam param, String token) {
|
|
|
- if (param.getType() == null) {
|
|
|
- throw new BusinessException(ResultCode.PARAM_MISS);
|
|
|
- }
|
|
|
String userName = JwtUtil.getUserName(token);
|
|
|
param.setUserName(userName);
|
|
|
Page<SceneVo> voPage = scenePlusService.pageList(param);
|