fix:完善业务发送消息 #37
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature-jie"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -191,1 +191,3 @@
String systemName = projectMapper.getWorkById(systemId).getName();
String systemName = null;
if (systemId != null) {
systemName = projectMapper.getWorkById(systemId).getName();
需要拆分开来写
projectMapper 获取部分若 systemId 为空,则 getName 会报空指针