feature-zrx #34

Closed
xiangZr-hhh wants to merge 0 commits from feature-zrx into develop
Owner
No description provided.
xiangZr-hhh added 4 commits 2024-04-20 02:34:02 +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
XiaoLFeng requested changes 2024-04-20 12:22:49 +08:00
XiaoLFeng left a comment
Owner

抛出问题

抛出问题
@ -281,0 +284,4 @@
List<ProjectChildDO> projectChildDOList = projectMapper.getAllChildByProjectId(id);
List<ReturnGetVO> returnGetVOList = new ArrayList<>();
for (ProjectChildDO projectChildDO : projectChildDOList) {
Owner

缺少从 projectMapper 获取的判空 != null。获取空数据返回结果集是 null,循环会抛 Null

缺少从 projectMapper 获取的判空 != null。获取空数据返回结果集是 null,循环会抛 Null
@ -293,0 +309,4 @@
public BaseResponse projectModuleGetById(Integer id, HttpServletRequest request) {
List<ProjectModuleDO> projectModuleDOList = projectMapper.getModuleByChildId(id);
List<ReturnGetVO> returnGetVOList = new ArrayList<>();
for (ProjectModuleDO projectModuleDO : projectModuleDOList) {
Owner

同上

同上
XiaoLFeng closed this pull request 2024-04-20 12:46:01 +08:00
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 20s

Pull request closed

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#34
No description provided.