Commit 9bce5ef4 by songyinghui

Merge branch 'bugfix_20230925' into 'master'

feature: 导购周报接口迁移

See merge request !1460
parents acb7c0dd 581dcd3a
......@@ -91,11 +91,7 @@ public class MaterialDataAdaptor {
if (result.get("data") == null) {
return null;
}
List<JSONObject> dataList = DataApiUtils.getDataList(result);
if (CollectionUtils.isEmpty(dataList)) {
return null;
}
JSONObject jsonObject = dataList.get(0);
JSONObject jsonObject = DataApiUtils.getPageOne(result);
if (jsonObject.isEmpty()) {
return null;
}
......
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