fix:完善业务发送消息 #37

Merged
XiaoLFeng merged 3 commits from feature-jie into develop 2024-04-20 19:55:57 +08:00
Owner
No description provided.
362612387 added 1 commit 2024-04-20 16:08:31 +08:00
fix:完善业务发送消息
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 21s
dca7d3c277
XiaoLFeng requested changes 2024-04-20 17:40:03 +08:00
Dismissed
@ -191,1 +191,3 @@
String systemName = projectMapper.getWorkById(systemId).getName();
String systemName = null;
if (systemId != null) {
systemName = projectMapper.getWorkById(systemId).getName();
Owner

需要拆分开来写

projectMapper 获取部分若 systemId 为空,则 getName 会报空指针

需要拆分开来写 projectMapper 获取部分若 systemId 为空,则 getName 会报空指针
362612387 added 1 commit 2024-04-20 19:53:28 +08:00
fix:完善业务发送消息
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 17s
abef74af38
XiaoLFeng added 1 commit 2024-04-20 19:55:03 +08:00
Merge branch 'develop' into feature-jie
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 16s
d510831170
XiaoLFeng approved these changes 2024-04-20 19:55:14 +08:00
XiaoLFeng merged commit d9526cda4f into develop 2024-04-20 19:55:57 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: WxxyDeveloper/JSL_OrganizeInternalOA#37
No description provided.