金山WPS在线编辑
This commit is contained in:
@ -523,9 +523,9 @@ public class WpsServiceImpl implements WpsService {
|
|||||||
String time = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
|
String time = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));
|
||||||
vo.setCreateTime(time);
|
vo.setCreateTime(time);
|
||||||
|
|
||||||
HttpServletRequest request = HttpContextUtils.getHttpServletRequest();
|
//HttpServletRequest request = HttpContextUtils.getHttpServletRequest();
|
||||||
|
|
||||||
vo.setHost(request.getServerName());
|
vo.setHost(kswhost);
|
||||||
|
|
||||||
vo.setLastModifiedTime(time);
|
vo.setLastModifiedTime(time);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user