From 9f0a2abe27085bd8c7edf8a43a24f375f17fc43c Mon Sep 17 00:00:00 2001
From: gdg <764716047@qq.com>
Date: 星期五, 18 十二月 2020 14:11:48 +0800
Subject: [PATCH] 模块:api接口 新增:根据7位货柜条码获取所属课题下的所有人员否则部门寻找 提出:秦老师

---
 src/main/webapp/laboratory_container_mng.xhtml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/laboratory_container_mng.xhtml b/src/main/webapp/laboratory_container_mng.xhtml
index 132b56a..0b319b0 100644
--- a/src/main/webapp/laboratory_container_mng.xhtml
+++ b/src/main/webapp/laboratory_container_mng.xhtml
@@ -69,7 +69,7 @@
 				</p:column>
 
 				<p:column headerText="课题组">
-					<h:outputText value="#{sysProjectServiceImpl.getSysProject(row.projectId).projectName}"></h:outputText>
+					<h:outputText value="#{sysProjectServiceImpl.getSysProject(row.projectId).project}"></h:outputText>
 				</p:column>
 
 				<p:column headerText="主控名称">

--
Gitblit v1.9.2