fix:项目,系统,模块更新编辑 #35

Merged
XiaoLFeng merged 7 commits from feature-jie into develop 2024-04-20 12:42:03 +08:00
Owner
No description provided.
362612387 added 5 commits 2024-04-20 10:45:06 +08:00
根据项目id查询名下所有子系统
根据子系统id查询名下所有子模块
审批结果接口添加发送消息
Merge branch 'develop' of https://git-fy.cn/WxxyDeveloper/JSL_OrganizeInternalOA into feature-zrx
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 20s
f57e949d65
fix:项目,系统,模块更新
Some checks failed
代码检查 / 代码检查 (pull_request) Failing after 22s
c229ed59b8
362612387 added 1 commit 2024-04-20 10:51:02 +08:00
fix:项目,系统,模块更新
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 20s
9639d21c0e
XiaoLFeng requested changes 2024-04-20 12:28:33 +08:00
Dismissed
XiaoLFeng left a comment
Owner

抛出问题

抛出问题
@ -209,3 +196,1 @@
messageAddVO.setText("项目负责人" + senderName + "上传了文档到" + projectName + "项目");
messageAddVO.setType("Project");
messageAddVO.setToId(pId.longValue());
if (uid != null) {
Owner

uidList 也需要判空,否则若对应数据表无法查询字段返回为 null,会在循环抛空

uidList 也需要判空,否则若对应数据表无法查询字段返回为 null,会在循环抛空
362612387 marked this conversation as resolved
@ -248,6 +253,7 @@ public class MessageServiceImpl implements MessageService {
} else {
List<Long> uidList = projectMapper.getMemberBySystemId(systmeId);
for (Long uid : uidList) {
Owner

362612387 marked this conversation as resolved
362612387 added 1 commit 2024-04-20 12:33:23 +08:00
fix:增加判空
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 18s
da387c04be
XiaoLFeng approved these changes 2024-04-20 12:41:58 +08:00
XiaoLFeng merged commit a54e8dafb8 into develop 2024-04-20 12:42:03 +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#35
No description provided.