|
@@ -148,9 +148,6 @@ public class SceneProController extends BaseController{
|
|
*/
|
|
*/
|
|
@PostMapping("/move")
|
|
@PostMapping("/move")
|
|
public Result move(@RequestBody SceneParam param){
|
|
public Result move(@RequestBody SceneParam param){
|
|
- if(StringUtils.isEmpty(param.getNum()) || StringUtils.isEmpty(param.getSnCode())){
|
|
|
|
- throw new BusinessException(ResultCode.PARAM_ERROR);
|
|
|
|
- }
|
|
|
|
sceneProService.move(param);
|
|
sceneProService.move(param);
|
|
return Result.success();
|
|
return Result.success();
|
|
}
|
|
}
|