feat: There is no way the,
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class EsRevisePlanController extends BaseController<EsRevisePlan> {
|
|||||||
return Result.success(iEsRevisePlanService.modPlan(esRevisePlan));
|
return Result.success(iEsRevisePlanService.modPlan(esRevisePlan));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation(value = "编辑企标计划-企标产品更新计划状态")
|
@ApiOperation(value = "编辑企标计划-企标技术更新计划状态")
|
||||||
@PostMapping("modPlanByState")
|
@PostMapping("modPlanByState")
|
||||||
public ResponseMessage<Object> modPlanByState(EsRevisePlan esRevisePlan){
|
public ResponseMessage<Object> modPlanByState(EsRevisePlan esRevisePlan){
|
||||||
return Result.success(iEsRevisePlanService.modPlanByState(esRevisePlan));
|
return Result.success(iEsRevisePlanService.modPlanByState(esRevisePlan));
|
||||||
|
|||||||
Reference in New Issue
Block a user