拉取单据数据调整

rabbit_dev
wj 2 years ago
parent e078741f22
commit 9aff311936

@ -194,7 +194,7 @@ public class DlAllDataService {
String taskId = syncOrderResponse.getString("taskId");
myEntity.setId(taskId);
JSONArray fileJson = syncOrderResponse.getJSONArray("files");
JSONArray fileJson = syncOrderResponse.getJSONArray("syncFiles");
if (fileJson != null) {
List<String> syncFiles = fileJson.toJavaList(String.class);
if (CollUtil.isNotEmpty(syncFiles)) {

Loading…
Cancel
Save