fix:完善业务发送消息 #37
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: WxxyDeveloper/JSL_OrganizeInternalOA#37
Loading…
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 会报空指针