fix(标准主计划): 返显数据责任人翻译
This commit is contained in:
+1
@@ -92,6 +92,7 @@ public class LawsStandardMasterPlanController {
|
||||
@AutoLog(value = "标准主计划-返显数据", operateType = CommonConstant.OPERATE_TYPE_2)
|
||||
@ApiOperation(value="标准主计划-返显数据", notes="标准主计划-返显数据")
|
||||
@GetMapping(value = "/queryAssociationId")
|
||||
@Translation
|
||||
public Result<List<LawsStandardMasterPlanSublist>> queryAssociationId(String standardId, String applicableMarket) {
|
||||
return Result.OK(lawsStandardMasterPlanService.queryAssociationId(standardId, applicableMarket));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user