FunctiongetAllByArray(collectionName, arrField, where, fields = '*', orderBy, size = MAX_RECORD_SIZE)
cloudfunctions/mcloud/framework/database/db_util.js:631
MethodgetAllByArray(arrField, where, fields, orderBy, size = 100, mustPID = true)
cloudfunctions/mcloud/framework/database/multi_model.js:179
FunctiongetArrByKeyMulti* 提取对象数组的多个属性数组, * 如 [{'x':1,'y':11,'z':111},{'x':2,'y':22,'z':222}] * 提取 ['x','y'] 得到[{'x':1,'y':11},{'x':2,'y':22}] * @param {*} arr * @param
cloudfunctions/mcloud/framework/utils/data_util.js:188
FunctiongetArrByKeyMulti* 提取对象数组的多个属性数组, * 如 [{'x':1,'y':11,'z':111},{'x':2,'y':22,'z':222}] * 提取 ['x','y'] 得到[{'x':1,'y':11},{'x':2,'y':22}] * @param {*} arr * @param
miniprogram/helper/data_helper.js:118
MethodgetList(where, fields, orderBy, page, size, isTotal, oldTotal, mustPID = true)
cloudfunctions/mcloud/framework/database/multi_model.js:184
FunctiongetListByArray(collectionName, arrField, where, fields, orderBy, page = 1, size = DEFAULT_RECORD_SIZE, isTotal = true, oldTo
cloudfunctions/mcloud/framework/database/db_util.js:340
MethodgetListByArray(arrField, where, fields, orderBy, page = 1, size, isTotal = true, oldTotal = 0)
cloudfunctions/mcloud/framework/database/model.js:203
FunctiongetListJoin(collectionName, joinParams, where, fields, orderBy, page = 1, size = DEFAULT_RECORD_SIZE, isTotal = true, old
cloudfunctions/mcloud/framework/database/db_util.js:413
MethodgetListJoin(joinParams, where, fields, orderBy, page = 1, size, isTotal = true, oldTotal = 0, is2Many = false, mustPID =
cloudfunctions/mcloud/framework/database/multi_model.js:189