Commit 1a64f4fc authored by hezhen's avatar hezhen

Merge branch 'master_activity' into base-modify

parents da25c78d e3be2ffa
......@@ -298,7 +298,7 @@ public class ActivityBmBiz extends BaseBiz<ActivityBmMapper, ActivityBm> {
obj.put("parentId",user.getId());
obj.put("name",user.getNickName());
}
if (parentId!=null||parentId>=0){
if (parentId!=null&&parentId>0){
user=userBiz.selectById(parentId);
if (user!=null){
obj.put("name",user.getNickName());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment