doway-coms 1.8.4 → 1.8.5
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
|
@@ -928,7 +928,7 @@ export default {
|
|
|
928
928
|
})
|
|
929
929
|
let arr = []
|
|
930
930
|
// 分为有参查询和无参查询
|
|
931
|
-
if (tempExp.expressions.length && fieldNames.length
|
|
931
|
+
if (tempExp.expressions.length && fieldNames.length == 1) {
|
|
932
932
|
for (let j = 0; j < fieldNames.length; j++) {
|
|
933
933
|
let mapArr = tempArr.map(
|
|
934
934
|
(item) => item[fieldNames[j].linkField]
|