fix:项目,系统,模块更新编辑 #35
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#35
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?
抛出问题
@ -209,3 +196,1 @@
messageAddVO.setText("项目负责人" + senderName + "上传了文档到" + projectName + "项目");
messageAddVO.setType("Project");
messageAddVO.setToId(pId.longValue());
if (uid != null) {
uidList 也需要判空,否则若对应数据表无法查询字段返回为 null,会在循环抛空
@ -248,6 +253,7 @@ public class MessageServiceImpl implements MessageService {
} else {
List<Long> uidList = projectMapper.getMemberBySystemId(systmeId);
for (Long uid : uidList) {
同