|
|
|
@ -548,7 +548,7 @@ public class TerminalPhotoServiceImpl implements TerminalPhotoService {
|
|
|
|
|
// DateTime dateTime = MyDateUtils.offsetDay(new Date(), -1);
|
|
|
|
|
// long l = MyDateUtils.TimeMillSecond2Second(dateTime);
|
|
|
|
|
// List<TerminalChannelMapper> list = terminalChannelMapperDao.selectAllByPhotoTime(BigInteger.valueOf(l));
|
|
|
|
|
List<TerminalChannelMapper> list = terminalChannelMapperDao.selectAllByPhotoTime(CommonStatus.EFFECTIVE.value());
|
|
|
|
|
List<TerminalChannelMapper> list = terminalChannelMapperDao.selectAllByPhotoTime(CommonStatus.EFFECTIVE.value() , vo.getChannelId());
|
|
|
|
|
ArrayList<BigInteger> photolist = new ArrayList<>();
|
|
|
|
|
List<TerminalPhotosModel.PhotosBean> beans = new ArrayList<>();
|
|
|
|
|
if (CollectionUtil.isNotEmpty(list)) {
|
|
|
|
|