资源查询添加requestBody

yun-zuoyi
汪云昊 5 years ago
parent f53bbf4a53
commit bee313ca39

@ -261,7 +261,7 @@ public class WhiteController extends CoreBaseController {
@GetMapping(value = "/find-resource") @GetMapping(value = "/find-resource")
@ApiOperation(value = "按条件查询资源") @ApiOperation(value = "按条件查询资源")
public ResultBean findSysLocaleResource(SysLocaleResource sysLocaleResource){ public ResultBean findSysLocaleResource(@RequestBody SysLocaleResource sysLocaleResource){
try { try {
startMultiService(); startMultiService();

Loading…
Cancel
Save