代码提交
This commit is contained in:
@@ -40,7 +40,7 @@ import java.util.List;
|
||||
* @version V1.0.0
|
||||
*/
|
||||
@Slf4j
|
||||
@Api(tags = "单位监测点稳态指标统计")
|
||||
@Api(tags = "单位干扰源电流类指标超标统计")
|
||||
@RestController
|
||||
@RequestMapping("/rstatLoad")
|
||||
@RequiredArgsConstructor
|
||||
@@ -51,7 +51,7 @@ public class RStatLoadTypeController extends BaseController {
|
||||
private final DeptFeignClient deptFeignClient;
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@PostMapping("/Handler")
|
||||
@ApiOperation("单位监测点稳态指标统计")
|
||||
@ApiOperation("t单位干扰源电流类指标超标统计")
|
||||
@ApiImplicitParam(name = "orgParam", value = "参数", required = true)
|
||||
public HttpResult<String> handler(@RequestBody @Validated OrgParam orgParam ){
|
||||
log.info(LocalDateTime.now()+"dayHandler始执行");
|
||||
|
||||
Reference in New Issue
Block a user