CZT
2023-08-26 306945ecc97e77659dce5f4562e2ae2ef1f90315
igds-inout/src/main/java/com/ld/igds/inout/manager/InoutCommonManager.java
@@ -30,6 +30,8 @@
    private DicTriggerService dicTriggerService;
    @Resource
    private InoutService inoutService;
    @Resource
    private InoutEventControlManager inoutEventControl;
    /**
     * 获取出入库的整个流程信息
@@ -156,12 +158,11 @@
    public void initInoutScreen(String companyId, String deptId) {
        if (StringUtils.isEmpty(companyId)) return;
        if (StringUtils.isEmpty(deptId)) return;
        inoutService.notifyToScreen(companyId, deptId, null);
        inoutEventControl.initInoutScreen(companyId, deptId, null);
    }
    public List<InoutData> getListInoutCache(String deptId) {
        return inoutService.getListInoutCache(deptId);
    }
    public List<InoutData> getCompleteListInoutCache(String deptId) {