代码提交

This commit is contained in:
huangzj
2023-09-18 09:17:16 +08:00
parent 38018153b5
commit e83301ea6a

View File

@@ -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始执行");