ci: 废弃根据企标编号获取企标计划标准类型字段接口
This commit is contained in:
+1
@@ -35,6 +35,7 @@ public class ESProcessCommonController {
|
||||
@ApiOperation(value="根据企标编号获取企标计划的标准类型字段", notes="根据企标编号获取企标计划的标准类型字段")
|
||||
@GetMapping("/getStandType")
|
||||
@Translation
|
||||
@Deprecated
|
||||
public Result<?> getStandType(@RequestParam("standardNo") @ApiParam("企标编号") String standardNo) {
|
||||
return Result.OK(actFlowCommonService.getStandTypeByStandNo(standardNo));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user