Commit e3be2ffa authored by hezhen's avatar hezhen

123

parent fe27e09c
......@@ -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