@gingkoo/base-server 0.0.1-alpha.6 → 0.0.1-alpha.8

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.
@@ -434,6 +434,7 @@ const dictService = {
434
434
  MODULE_ID,
435
435
  DICT_NAME,
436
436
  DICT_ID,
437
+ ORG_ID: global.orgid,
437
438
  });
438
439
  let result = await sqlExecutor(sql, params);
439
440
  return result;
@@ -18,7 +18,6 @@ function gConfig() {
18
18
  return _.merge(
19
19
  {
20
20
  isProd: true, // 纯当前开发用, 通过 npm 包 使用该组件的时候 他应该永远是 true
21
- orgid: 'GINGKOO',
22
21
  allowedIPs: [], // 不校验登录的 ip
23
22
  testUser: '', // 测试用户
24
23
  ip: '0.0.0.0', // 服务 host