Compare commits

...

1 Commits

Author SHA1 Message Date
p4vkf3rot e1c8561c40 Update ConfigController.java
8 months ago

@ -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 @IgnoreAuth

Loading…
Cancel
Save