jiazx0107@163.com
2023-06-05 7f5ecaf7dbd07e218fbda575e45d8264a560a1e6
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) {