Browse Source

SC网页BUG修复

anderx 7 years ago
parent
commit
c2d17e1c38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/WEB-INF/views/sc/man.html

+ 1 - 1
src/main/webapp/WEB-INF/views/sc/man.html

@@ -36,7 +36,7 @@
 			<div class="row">
 				<div class="col-xs-3">联系人</div>
 				<div class="col-xs-9">
-					<span th:text="${demandList.legalPerson}?${demandList.legalPerson}:''"></span>
+					<span th:text="${demandList.publisherName}?${demandList.publisherName}:''"></span>
 				</div>
 			</div>
 			<div class="row">