diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java index 6b97a80..e6aaf85 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java @@ -710,7 +710,7 @@ public class WpsServiceImpl implements WpsService { WpsClientInVo2 in = new WpsClientInVo2(); in.setExportId(exportId); in.setRoomId(roomId); - in.setFileName(fileName); + in.setFileName(fileName+"."+dict.getQueryType()); in.setType("0"); in.setFileExtension(dict.getQueryType()); return in;