无名单会议bug修复
diff --git a/src/main/java/com/supwisdom/dlpay/conference/service/impl/ConferenceServiceImpl.java b/src/main/java/com/supwisdom/dlpay/conference/service/impl/ConferenceServiceImpl.java
index 8a8411e..6cf7e52 100644
--- a/src/main/java/com/supwisdom/dlpay/conference/service/impl/ConferenceServiceImpl.java
+++ b/src/main/java/com/supwisdom/dlpay/conference/service/impl/ConferenceServiceImpl.java
@@ -666,7 +666,7 @@
     public List<ConfPeopleApiBean> getConfPeopleListByConfid(Integer confid, String conftype) {
         String table="tb_conf_people";
         if(ConferenceConstant.CONFTYPE_NOLIST.equals(conftype)){
-            table="tb_nolist_confpeople";
+            table="tb_nolist_conf_people";
         }
         StringBuffer querySql=new StringBuffer("select a.custname,a.attstatus,a.atttime,c.deptname,d.custtypename from "+table+" a " +
                 "left join t_customer b on a.custid=b.custid " +
diff --git a/src/main/resources/templates/conference/confpeoplebind.html b/src/main/resources/templates/conference/confpeoplebind.html
index 7ec81d9..5d04bca 100644
--- a/src/main/resources/templates/conference/confpeoplebind.html
+++ b/src/main/resources/templates/conference/confpeoplebind.html
@@ -5,7 +5,7 @@
         <div class="layui-input-inline" style="width: 450px;">
             <label class="layui-form-label">会议:</label>
             <div class="layui-input-block">
-                <label class="layui-form-label" th:text="${confName}"></label>
+                <label style="width:400px;text-align:left" class="layui-form-label" th:text="${confName}"></label>
             </div>
         </div>
     </div>