Merge branch 'develop_migration' into 'develop_master'
feat: There is no way the, bug #52303 See merge request LiuChao/foton-slrs-system-rest!444
This commit is contained in:
+12
@@ -247,6 +247,18 @@ public class SarLawsStandInfoController extends BaseController<SarLawsStandInfo>
|
||||
return result;
|
||||
}
|
||||
|
||||
@ApiOperation(value = "|SarStandardsInfoEO|根据标准号查询")
|
||||
@GetMapping("/queryInfoByStandNum")
|
||||
//@RequiresPermissions("lawss:sarStandardsInfo:list")
|
||||
public ResponseMessage queryInfoByStandNum(SarLawsStandInfoPage page) throws Exception {
|
||||
page.setLawsNumber(page.getLawsNumber());
|
||||
List<SarLawsStandInfo> sarLawsStandInfoList = sarLawsInfoEOService.selectStandardsByStandNumber(page.getLawsNumber());
|
||||
if(!sarLawsStandInfoList.isEmpty()){
|
||||
return Result.success(sarLawsStandInfoList.get(0));
|
||||
}
|
||||
return Result.success("0","政策已不存在");
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增过程中验证标准号
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user