业务里面dimDatas 里面key 不能和 app_sql_extand冲突


"dimDatas": {
    // #region 产品类别 start 注意不能和dim-extand里面冲突
    "cpcProductType": {
      "allSql": "select type_name name,parent_id,type_id id,type_id value from cpc_product_type where {s-if:_fromPrimaryIds} type_id in @_fromPrimaryIds {e-if:_fromPrimaryIds}",
      "connName": "ConnCpc",
      "dataFromType": "Database",
      "name": "上级类别",
      "dimCacheKey": "dim-cpc-product-type"
    }
    // #endregion 产品类别
  }
文档更新时间: 2022-10-24 13:49   作者:admin