Commit 4237d81f by 阳浪

信箱

parent 0210ddf6
...@@ -120,7 +120,7 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy ...@@ -120,7 +120,7 @@ public class SystemMailboxServiceImpl extends ServiceImpl<SystemMailboxMapper,Sy
systemMailBox.setContactName(accountVO.getFullName()); systemMailBox.setContactName(accountVO.getFullName());
} }
if(StringUtils.isEmpty(systemMailBox.getContactNumber())){ if(StringUtils.isEmpty(systemMailBox.getContactNumber())){
systemMailBox.setContactName(accountVO.getName()); systemMailBox.setContactNumber(accountVO.getName());
} }
this.insert(systemMailBox); this.insert(systemMailBox);
}else{ }else{
......
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