|
|
@ -954,6 +954,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
// 再查db
|
|
|
|
LambdaQueryWrapper<CustomerGridEntity> wrapper = new LambdaQueryWrapper<>(); |
|
|
|
wrapper.eq(CustomerGridEntity::getPid, agencyId); |
|
|
|
wrapper.eq(CustomerGridEntity::getDelFlag, 0); |
|
|
|
wrapper.last("ORDER BY sort,CONVERT ( GRID_NAME USING gbk ) desc"); |
|
|
|
List<CustomerGridEntity> list = baseDao.selectList(wrapper); |
|
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
|