Merge pull request '注释' (#3) from zhangshuting_branch into develop

develop
p4vkf3rot 8 months ago
commit bd4ab4ca79

@ -32,17 +32,6 @@ public class ConfigController{
@Autowired
private ConfigService configService;
/**
*
*/
@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