|
@ -1047,7 +1047,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
|
|
|
|
|
//处理成功,隐藏网格
|
|
|
//处理成功,隐藏网格
|
|
|
LambdaUpdateWrapper<CustomerGridEntity> updateGrid=new LambdaUpdateWrapper<>(); |
|
|
LambdaUpdateWrapper<CustomerGridEntity> updateGrid=new LambdaUpdateWrapper<>(); |
|
|
updateGrid.set(CustomerGridEntity::getAbandonFlag,NumConstant.ZERO); |
|
|
updateGrid.set(CustomerGridEntity::getAbandonFlag,NumConstant.ONE); |
|
|
updateGrid.eq(CustomerGridEntity::getId,gridId); |
|
|
updateGrid.eq(CustomerGridEntity::getId,gridId); |
|
|
baseDao.update(null,updateGrid); |
|
|
baseDao.update(null,updateGrid); |
|
|
} |
|
|
} |
|
|