zero-ai 1.0.84 → 1.0.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -469,10 +469,6 @@ async function runOneExApi(cwd, conn, config, requestRaw, skip) {
|
|
|
469
469
|
Ec.info("[ex-api] R_ROLE_PERM 查询失败: " + e.message);
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
|
-
|
|
473
|
-
Ec.info("[ex-api] R_ROLE_PERM 查询失败: " + e.message);
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
472
|
// 四张表行数据(Excel 列名与模板英文表头一致);S_PERM_SET 的 name/type 来自配置 pname/ptype
|
|
477
473
|
const resRow = resourceId && (insertedResource || existingResource) ? (insertedResource || existingResource) : null;
|
|
478
474
|
const actRow = actionId && (insertedAction || existingAction) ? (insertedAction || existingAction) : null;
|