diff --git a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java index dbb46215..0d456dc1 100644 --- a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java +++ b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java @@ -2244,7 +2244,7 @@ public class QyWxOperationService { - String[] depositoryManagerS = mainRecord.getDepartmenthead().split(","); + String[] depositoryManagerS = mainRecord.getDepositoryManager().split(","); List depositoryManagerWorkWechats = new ArrayList<>(); for (String depositorymanager:depositoryManagerS ) { diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html index fda3935e..6fb031ca 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/application-out_admin.html @@ -502,7 +502,7 @@ elem: '#stepForm', filter: 'stepForm', width: '100%', //设置容器宽度 - height: '750px', + height: '800px', stepItems: [{ title: '填写信息' }, { @@ -560,6 +560,7 @@ time: 1000 }, function () { flagForSubmit = false; + flagForForm = false; }) } }