Commit 7c5e9f81 authored by 周健威's avatar 周健威

修改接口

parent 00a28f93
......@@ -59,7 +59,7 @@ public class AdminDataTempcacheController extends BaseController<DataTempcacheBi
String resultUrl = "";
if(DataTempcache.UPTYPE_GTDATA == dataTempcacheDB.getUptype()) {
//判断是否存在本地路径和url
if(StrUtil.isBlank(dataTempcacheDB.getUpurl())) {
if(StrUtil.isBlank(dataTempcacheDB.getFileurl())) {
// Map<String, Object> result = gtDataRestClient.openLarge(dataTempcacheDB.getGtdataPath());
// byte[] content = (byte[]) result.get("file");
// getResponse().setContentLength(content.length);
......
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