CZT
2023-11-27 c206acfaedc69c390fb67daa81bc686f58a212ef
igds-api-inte/src/main/java/com/ld/igds/three/service/impl/ThreeServiceImpl1001.java
@@ -99,7 +99,7 @@
                return ThreeRespUtil.error(ThreeCodeEnum.CODE_1111, "未查询到此uid的配置信息,请联系管理员!", req);
            }
            List<Depot> depotList = threeMapper.getDepotList(req.getCompanyId(), req.getDeptId(), threeConf.getDepotId());
            if(list.size() > 0){
            if(null != depotList && depotList.size() > 0){
                data1001 = new Data1001();
                data1001.setUid(threeConf.getUid());
                data1001.setDepotName(depotList.get(0).getName());