winter hace 1 año
padre
commit
c05215fe87
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      suimangCApi/src/main/java/com/iformall/controller/UserMouldVideoController.java

+ 2
- 2
suimangCApi/src/main/java/com/iformall/controller/UserMouldVideoController.java Ver fichero

@@ -229,8 +229,8 @@ public class UserMouldVideoController extends BaseController {
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"id无效");
}
//TODO 校验
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"校验失败");
//return new ResultData();
//return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"校验失败");
return new ResultData();
}

// @AuthIgnore


Cargando…
Cancelar
Guardar