公告结构化

This commit is contained in:
zhangqinbin
2023-12-11 16:52:59 +08:00
parent 083ebe41a8
commit 81f7cd9727
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -27,7 +27,7 @@ public class WpsClientInVo {
*/
private String userToken;
/**
*0 查看 9527 编辑
*0 查看 9527007 编辑
*/
private String type;
}