he2802 2 年之前
父節點
當前提交
4071aaa9e0

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

@@ -427,7 +427,7 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
         if (!CollectionUtils.isEmpty(orderGoodsTwoVo)) {
             for (OrderGoodsVo goodsVo : orderGoodsTwoVo) {
                 ProfileTpVo profileTpVo = iProfileTpService.queryByGoodsId(goodsVo.getGoodsId());
-                if (informRemindVo.getNoteStatus() == 1 && profileTpVo == null) {
+                if (Validator.isNotEmpty(informRemindVo.getNoteStatus())&&informRemindVo.getNoteStatus() == 1 && profileTpVo == null) {
                     InformUserAddBo informUserAddBo = new InformUserAddBo();
                     informUserAddBo.setUserId(goodsVo.getUserId());
                     informUserAddBo.setSendTime(DateUtils.getNowTime());