Commit 581dcd3a by songyinghui

feature: 导购周报接口迁移

parent acb7c0dd
......@@ -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