|
|
@ -75,7 +75,7 @@ public class SearchDSProductCatTreeService extends SPIBaseService implements Ext
|
|
|
|
log.error("strerror2:" + e);
|
|
|
|
log.error("strerror2:" + e);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Map<String, Object> result = new HashMap<>();
|
|
|
|
Map<String, Object> result = new HashMap<>();
|
|
|
|
result.put("data", arrayData);
|
|
|
|
result.put("data", arrayData.toString());
|
|
|
|
|
|
|
|
|
|
|
|
// ----结果返回----
|
|
|
|
// ----结果返回----
|
|
|
|
return R.ok(Ret.success(result));
|
|
|
|
return R.ok(Ret.success(result));
|
|
|
|