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

451 B

日期, 来源
日期 来源
2024-07-22 23:05 春良

问题详情

处理过程

if (epByEnterpriseId.isPresent() && CollectionUtils.isNotEmpty(epByEnterpriseId.get())) {

总结

  1. 代码健壮性问题。
  2. 前后逻辑联系性差。