From d039b89816988e6bed65ac7e5892d12df3e5e604 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 14 六月 2024 14:12:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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