Commit c033f892 by guojx

Merge branch 'feature-2023-11-cloud' into 'developer'

是否是分页接口判断不了,调整

See merge request !1576
parents 65ab4f5f 1107dc9c
......@@ -208,7 +208,9 @@ public class DataController {
}
}
if (isPageQuery) {
Object dataObj = res.get("data");
if (dataObj instanceof JSONObject) {
JSONObject data = (JSONObject) res.get("data");
List<JSONObject> list = DataApiUtils.getPageList(res);
if (needTransferField) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment