jiazx0107@163.com
2023-06-19 5b44d1832e93be61b034b7e531f0c954a0018d74
igds-inout/src/main/java/com/ld/igds/inout/manager/InoutManager.java
@@ -1067,6 +1067,12 @@
    }
    public PageResponse<InoutData> submitHandle(InoutData data) throws Exception {
        if (null == data.getHandleUser()) {
            data.setHandleUser(ContextUtil.getLoginUserCName());
        }
        //获取系统参数配置
        InoutSysConf inoutSysConf = inoutCommonService.getCacheInoutSysConf(data.getCompanyId(), data.getDeptId());
        if (null == inoutSysConf) {
@@ -1294,7 +1300,7 @@
        try {
            List<InoutPrice> price = inoutService.getPrice(param);
            if(null == price || price.isEmpty()){
            if (null == price || price.isEmpty()) {
                return new PageResponse<>(RespCodeEnum.CODE_1111.getCode(), "未获取到粮食定价配置信息");
            }
            return new PageResponse<>(RespCodeEnum.CODE_0000, price.get(0));