|
@@ -271,6 +271,7 @@ public class TFurnancePressureController extends BaseController
|
|
returnObj.put("readings", newArray);
|
|
returnObj.put("readings", newArray);
|
|
returnObj.put("fileName", tCommonfile.getFileName());
|
|
returnObj.put("fileName", tCommonfile.getFileName());
|
|
returnObj.put("url", tCommonfile.getFileUrl());
|
|
returnObj.put("url", tCommonfile.getFileUrl());
|
|
|
|
+ returnObj.put("fileId", tCommonfile.getId());
|
|
return AjaxResult.success(returnObj);
|
|
return AjaxResult.success(returnObj);
|
|
}
|
|
}
|
|
|
|
|