From eb85010d75785fc759d398ab32f7ce588e388688 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期四, 13 六月 2024 17:47:41 +0800 Subject: [PATCH] 1、文件上传接口修改 2、平台接口修改。 --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java index 956faa7..a2c2054 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/impl/WebBoServiceImpl.java @@ -154,7 +154,9 @@ if(btmName!=null){ btmName = btmName.trim().toLowerCase(); } - String userid = WebUtil.getCurrentUserId(); + //todo 鐢变簬鐧诲綍闂鍚庣画闇�瑕佷慨鏀� +// String userid = WebUtil.getCurrentUserId(); + String userid = "1"; if(!hasCreatedCbos.containsKey(btmName)){ if(StringUtils.isEmpty(userid)){ throw new VciBaseException(msgCodePrefix +"noHasUserid"); @@ -204,7 +206,8 @@ bo.setLctId(btmTypeVO.getLifeCycleId()); if(StringUtils.isNotBlank(btmTypeVO.getLifeCycleId())){ OsLifeCycleVO lifeCycleVO = lifeService.getLifeCycleById(btmTypeVO.getLifeCycleId()); - bo.setLcStatus(lifeCycleVO.getStartStatus()); + //todo 鏃犳硶鑾峰彇鏁版嵁 + // bo.setLcStatus(lifeCycleVO.getStartStatus()); } bo.setId(""); bo.setName(""); -- Gitblit v1.9.3