he2802 2 years ago
parent
commit
9b6155a80d

+ 3 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/schedule/service/impl/ScheduleServiceImpl.java

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