技术监督管理调整
This commit is contained in:
@@ -51,7 +51,7 @@ public class SupvPushGwController extends BaseController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 接收电能质量技术监督工作计划数据接口
|
||||
* 推送技术监督实施问题
|
||||
* @author cdf
|
||||
* @date 2023/6/28
|
||||
*/
|
||||
@@ -61,25 +61,12 @@ public class SupvPushGwController extends BaseController {
|
||||
@ApiImplicitParam(name = "problemIds",value = "请求体",required = true)
|
||||
public HttpResult<Object> pushQuestion(@RequestBody List<String> problemIds){
|
||||
String methodDescribe = getMethodDescribe("pushQuestion");
|
||||
supvPushGwService.pushPlan(problemIds);
|
||||
supvPushGwService.pushQuestion(problemIds);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 电能质量技术监督实施问题整改数据接口
|
||||
* @author cdf
|
||||
* @date 2023/6/28
|
||||
*/
|
||||
@PostMapping("pushQueRem")
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@ApiOperation("推送电能质量技术监督实施问题整改数据接口")
|
||||
@ApiImplicitParam(name = "planIds",value = "请求体",required = true)
|
||||
public HttpResult<Object> pushQueRem(@RequestBody List<String> planIds){
|
||||
String methodDescribe = getMethodDescribe("pushQueRem");
|
||||
supvPushGwService.pushPlan(planIds);
|
||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user