|
@@ -314,7 +314,7 @@ public class FoodInfoServiceImpl implements IFoodInfoService {
|
|
|
noticeMessageInfoMapper.insert(noticeMessageInfo);
|
|
|
}
|
|
|
//通过
|
|
|
- else{
|
|
|
+ else if("显示中".equals(foodInfo.getStatus())){
|
|
|
NoticeMessageInfo noticeMessageInfo=new NoticeMessageInfo();
|
|
|
noticeMessageInfo.setNewsTitle("系统消息");
|
|
|
noticeMessageInfo.setNewsContent("您的入驻申请(餐饮),已通过审核。");
|