Update ConfigController.java

main
p4vkf3rot 8 months ago
parent 2b9c4e6377
commit e1c8561c40

@ -35,14 +35,7 @@ public class ConfigController{
/**
*
*/
@RequestMapping("/page")
public R page(@RequestParam Map<String, Object> params,ConfigEntity config){
EntityWrapper<ConfigEntity> ew = new EntityWrapper<ConfigEntity>();
PageUtils page = configService.queryPage(params, MPUtil.sort(MPUtil.between(MPUtil.likeOrEq(ew, config), params), params));
return R.ok().put("data", page);
}
/**
*
*/
@IgnoreAuth

Loading…
Cancel
Save