文件下载

master
chengqf 2 years ago
parent 0e55e105ca
commit 0072ff4d58

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

Loading…
Cancel
Save