From 81f7cd972721557d63bba2c86e74013bcd13bb0c Mon Sep 17 00:00:00 2001 From: zhangqinbin <181961702@qq.com> Date: Mon, 11 Dec 2023 16:52:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A=E7=BB=93=E6=9E=84=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mall/ebtp/extend/wps/service/impl/WpsServiceImpl.java | 2 +- .../com/chinaunicom/mall/ebtp/extend/wps/vo/WpsClientInVo.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a06b992..464b9cb 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 @@ -531,7 +531,7 @@ public class WpsServiceImpl implements WpsService { vo.setLastModifiedTime(time); String url = ""; - if("1".equals(in.getType())){ + if("9527007".equals(in.getType())){ url = kswpsurl; }else{ url = kswpsurl_preview; diff --git a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/vo/WpsClientInVo.java b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/vo/WpsClientInVo.java index 651e4f9..35f8eea 100644 --- a/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/vo/WpsClientInVo.java +++ b/src/main/java/com/chinaunicom/mall/ebtp/extend/wps/vo/WpsClientInVo.java @@ -27,7 +27,7 @@ public class WpsClientInVo { */ private String userToken; /** - *0 查看 9527 编辑 + *0 查看 9527007 编辑 */ private String type; }