czt
2024-04-22 f3d2007e78e8df1064ee7a3b4b9b4c790717fba7
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;