update
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ public class ProjectLawsInventoryEOController extends JeroController<ProjectLaws
|
|||||||
@GetMapping(value = "/queryProjectLawsInventoryInfoById")
|
@GetMapping(value = "/queryProjectLawsInventoryInfoById")
|
||||||
public Result<?> queryProjectLawsInventoryInfoById(@RequestParam Map<String,Object> params) {
|
public Result<?> queryProjectLawsInventoryInfoById(@RequestParam Map<String,Object> params) {
|
||||||
ProjectLawsInventoryEO result = projectLawsInventoryEOService.queryProjectLawsInventoryInfoById(params);
|
ProjectLawsInventoryEO result = projectLawsInventoryEOService.queryProjectLawsInventoryInfoById(params);
|
||||||
return Result.OK(result);
|
return Result.OK((String) params.get("cut"),result);
|
||||||
}
|
}
|
||||||
|
|
||||||
@AutoLog(value = "法规清单添加调用文档库数据--分页")
|
@AutoLog(value = "法规清单添加调用文档库数据--分页")
|
||||||
|
|||||||
Reference in New Issue
Block a user