From df2181e8f201f48c57e29cf247b81e85189f7f73 Mon Sep 17 00:00:00 2001 From: dangsn <dangsn@chicecm.com> Date: 星期五, 14 六月 2024 16:58:33 +0800 Subject: [PATCH] 调整平台的调用 --- 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