|
@@ -369,6 +369,9 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
|
voList.add(goodsVo);
|
|
voList.add(goodsVo);
|
|
|
iInformUserService.insertByAddBo(informUserAddBo);
|
|
iInformUserService.insertByAddBo(informUserAddBo);
|
|
|
}
|
|
}
|
|
|
|
|
+ if(Validator.isEmpty(informRemindTwoVo.getWayStatus())){
|
|
|
|
|
+ continue;
|
|
|
|
|
+ }
|
|
|
if (informRemindTwoVo.getWayStatus() == 1 && profileTpVo != null) {
|
|
if (informRemindTwoVo.getWayStatus() == 1 && profileTpVo != null) {
|
|
|
InformUserAddBo informUserAddBo = new InformUserAddBo();
|
|
InformUserAddBo informUserAddBo = new InformUserAddBo();
|
|
|
informUserAddBo.setUserId(goodsVo.getUserId());
|
|
informUserAddBo.setUserId(goodsVo.getUserId());
|