CZT
2024-01-13 237c2bc25b16fa1705335173cd0c3592fd688ae0
src/main/java/com/fzzy/async/fzzy40/impl/Fzzy40Sync1205.java
@@ -128,7 +128,7 @@
                    }
                }
                if (StringUtils.isNotEmpty(listInoutNotice.get(0).getPlanId())) {
                    List<Api1404> api1404List = api1404Rep.getDataByBizId(listInoutNotice.get(0).getPlanId());
                    List<Api1404> api1404List = api1404Rep.getDataByBizIdAndKqdm(listInoutNotice.get(0).getPlanId(), kqdm);
                    if(null != api1404List && api1404List.size() > 0){
                        apiData.setJhmxh(api1404List.get(0).getJhmxdh());
                    }