igds-inout/src/main/java/com/ld/igds/inout/manager/InoutCommonManager.java
@@ -159,10 +159,10 @@ * * @param deptId */ public void initInoutScreen(String deptId) { if (StringUtils.isEmpty(deptId)) deptId = ContextUtil.subDeptId(null); inoutService.initInoutScreen(deptId); public void initInoutScreen(String companyId, String deptId) { if (StringUtils.isEmpty(companyId)) return; if (StringUtils.isEmpty(deptId)) return; inoutService.notifyToScreen(companyId, deptId, null); } public List<InoutData> getListInoutCache(String deptId) {