|
|
@ -234,7 +234,7 @@ public class FileServiceImpl implements FileService {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public BaseResponse downloadFile(HttpServletRequest request,Map<String,Object> params) {
|
|
|
|
public BaseResponse downloadFile(HttpServletRequest request,Map<String,Object> params) {
|
|
|
|
String host = "";
|
|
|
|
String host = "";
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
Map<String,Object> config =dbDao.get("select paramValue from system_param_config where paramKey='upper_server_ip'");
|
|
|
|
Map<String,Object> config =dbDao.get("select paramValue from system_param_config where paramKey='upper_server_ip'");
|
|
|
|
if(config!=null&&config.get("paramValue")!=null)
|
|
|
|
if(config!=null&&config.get("paramValue")!=null)
|
|
|
|