czt
2024-04-21 86f687fe84d34d9291ed9e5c6ea45e04e11e3be2
src/main/java/com/fzzy/push/sh2023/SH2023ApiRemoteService.java
@@ -589,6 +589,12 @@
                    }
                }
            }
            if (StringUtils.isNotEmpty(apiData.getHwdm())) {
                List<Api1208> api1208List = api1208Rep.findDataByHwdm(apiData.getHwdm());
                if (null != api1208List && api1208List.size() > 0) {
                    api1206.setPch(api1208List.get(0).getHwdm() + api1208List.get(0).getShnd());
                }
            }
            //设置空属性为默认值
            changeObject(api1206);
            return api1206;