- scripts/load_path.py: Sage 格式(硬编码 sage 库+旧 permission 表) → pipeline 格式(set_role_perm.py)
159 路径(any=1 logined=158)
- init.py: 2 处 db.sqlorContext('sage') 直接连库名 → db.sqlorContext(dbname) 动态映射
(pipeline 单库,organization/product 都在 pipeline 库;get_sor_context/get_module_dbname
已走映射无需改)