Files
notes/work/移动杭研/问题处理/2024-07/0722-企业客户首页无法显示.md
2026-03-01 01:43:46 +08:00

22 lines
451 B
Markdown

---
日期: 2024-07-22 23:05
来源: 春良
---
# 问题详情
![](../../../../attachment/images-paste/image-20240722230515278.png)
# 处理过程
if (epByEnterpriseId.isPresent() && CollectionUtils.isNotEmpty(epByEnterpriseId.get())) {
![](../../../../attachment/images-paste/image-20240722230539283.png)
![](../../../../attachment/images-paste/image-20240722230549289.png)
# 总结
1. 代码健壮性问题。
2. 前后逻辑联系性差。