All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m17s
问题原因:GetPrimaryAccountsByShopIDs 在 Store 层重复应用了数据权限过滤, 导致当前用户无权限访问的店铺账号被错误过滤,accountMap 为 nil, 最终返回的 username 和 phone 为空字符串。 解决方案:移除 Store 层的 ApplyShopFilter 权限过滤, 因为调用方(Service 层)已经保证了 shopIDs 的合法性。