|
@ -128,7 +128,7 @@ public class ScreenCustomerGridServiceImpl extends BaseServiceImpl<ScreenCustome |
|
|
LambdaQueryWrapper<ScreenCustomerGridEntity> w = new LambdaQueryWrapper<>(); |
|
|
LambdaQueryWrapper<ScreenCustomerGridEntity> w = new LambdaQueryWrapper<>(); |
|
|
w.eq(ScreenCustomerGridEntity::getGridId, grid.getId()); |
|
|
w.eq(ScreenCustomerGridEntity::getGridId, grid.getId()); |
|
|
ScreenCustomerGridEntity e = new ScreenCustomerGridEntity(); |
|
|
ScreenCustomerGridEntity e = new ScreenCustomerGridEntity(); |
|
|
e.setDataEndTime(NumConstant.ONE_STR); |
|
|
e.setDelFlag(NumConstant.ONE_STR); |
|
|
e.setUpdatedTime(new Date()); |
|
|
e.setUpdatedTime(new Date()); |
|
|
screenCustomerGridDao.update(e,w); |
|
|
screenCustomerGridDao.update(e,w); |
|
|
// 此delete不更新 updatedTime
|
|
|
// 此delete不更新 updatedTime
|
|
|