代码更新
This commit is contained in:
@@ -10,6 +10,7 @@ import org.nl.common.domain.query.PageQuery;
|
||||
import org.nl.modules.logging.annotation.Log;
|
||||
import org.nl.system.service.param.ISysParamService;
|
||||
import org.nl.system.service.param.dao.Param;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.http.HttpStatus;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
@@ -33,7 +34,6 @@ import java.util.Map;
|
||||
@RequestMapping("/api/param")
|
||||
@RequiredArgsConstructor
|
||||
class SysParamController {
|
||||
|
||||
private final ISysParamService paramService;
|
||||
@GetMapping
|
||||
@Log("查询系统参数")
|
||||
|
||||
Reference in New Issue
Block a user