通知中心调整
This commit is contained in:
@@ -48,7 +48,7 @@ public class SyncNoticeServiceImpl extends ServiceImpl<SyncNoticeMapper, SyncNot
|
||||
break;
|
||||
}
|
||||
|
||||
content = StrUtil.format("{}: {}({}), 请及时确认;", content, name, id);
|
||||
content = StrUtil.format("{}: {}, 请及时确认;", content, name);
|
||||
syncNotice.setContent(content);
|
||||
save(syncNotice);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user