|
|
@@ -349,7 +349,7 @@ public class ScheduleServiceImpl extends ServiceImpl<PolyvVideoMapper, PolyvVide
|
|
|
if (!CollectionUtils.isEmpty(orderGoodsVo)) {
|
|
|
for (OrderGoodsVo goodsVo : orderGoodsVo) {
|
|
|
ProfileTpVo profileTpVo = iProfileTpService.queryByGoodsId(goodsVo.getGoodsId());
|
|
|
- if (informRemindVo.getWayStatus() == 1 && profileTpVo == null) {
|
|
|
+ if (Validator.isNotEmpty(informRemindVo.getWayStatus())&&informRemindVo.getWayStatus() == 1 && profileTpVo == null) {
|
|
|
InformUserAddBo informUserAddBo = new InformUserAddBo();
|
|
|
informUserAddBo.setUserId(goodsVo.getUserId());
|
|
|
informUserAddBo.setSendStatus(1);
|