提交 47e7f4b4 作者: 张小凤

DynamicMapper(update)

上级 8e8750a9
...@@ -97,6 +97,7 @@ public class DynamicServiceImpl implements DynamicService { ...@@ -97,6 +97,7 @@ public class DynamicServiceImpl implements DynamicService {
//话题通过 //话题通过
List<String> gambitName = dynamicVO.getGambitName(); List<String> gambitName = dynamicVO.getGambitName();
ForumGambitDO forumGambitDO = new ForumGambitDO(forumDynamicDO); ForumGambitDO forumGambitDO = new ForumGambitDO(forumDynamicDO);
if (gambitName!=null){
if (gambitName.size()!=0){ if (gambitName.size()!=0){
for (String s : gambitName) { for (String s : gambitName) {
boolean b = s.startsWith("#"); boolean b = s.startsWith("#");
...@@ -116,6 +117,7 @@ public class DynamicServiceImpl implements DynamicService { ...@@ -116,6 +117,7 @@ public class DynamicServiceImpl implements DynamicService {
} }
} }
} }
}
return ResultBody.success("您的信息通过审核后,即可向其他人展示"); return ResultBody.success("您的信息通过审核后,即可向其他人展示");
} else { } else {
ResultBody resultBody = wxApiService.msgSecCheck(userAccountSimpleDTO.getOpenid(), dynamicVO.getDescription()); ResultBody resultBody = wxApiService.msgSecCheck(userAccountSimpleDTO.getOpenid(), dynamicVO.getDescription());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论