|
@@ -1838,7 +1838,6 @@ public class VipGroupServiceImpl extends BaseServiceImpl<Long, VipGroup> impleme
|
|
|
PageInfo pageInfo = new PageInfo<>(queryInfo.getPage(), queryInfo.getRows());
|
|
|
Map<String, Object> params = new HashMap<String, Object>();
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
-
|
|
|
List dataList = null;
|
|
|
int count = vipGroupDao.countVipGorups(params);
|
|
|
if (count > 0) {
|