$concat

把多个字段或依赖列拼接成一个字符串。

最小写法

{
  "name": "_id",
  "operator": "$concat",
  "params": ["产品", "门店"]
}

参数

  • params:数组,表示拼接顺序