|
|
@@ -102,6 +102,9 @@ public class LifeNoticeServiceImpl extends ServiceImpl<LifeNoticeMapper, LifeNot
|
|
|
if(lifeNoticeVo.getBusinessId() == null){
|
|
|
lifeNoticeVo.setPlatformType("1");
|
|
|
}
|
|
|
+ if(StringUtils.isNotBlank(lifeNoticeVo.getTitle()) && "店铺审核通知".equals(lifeNoticeVo.getTitle())){
|
|
|
+ lifeNoticeVo.setPlatformType("1");
|
|
|
+ }
|
|
|
if(lifeNoticeVo.getBusinessId() != null && lifeUserViolationMap.containsKey(lifeNoticeVo.getBusinessId())){
|
|
|
String reportContextType = lifeUserViolationMap.get(lifeNoticeVo.getBusinessId());
|
|
|
if(StringUtils.isNotBlank(reportContextType) && "1,2,3".contains(reportContextType)){
|