YYC
2023-07-12 ac8862d883ce562a4f263ee01acaf40ca6091538
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) {