feat:first commit

This commit is contained in:
Zhujx
2025-07-16 15:05:59 +08:00
parent ec437bb088
commit 767bce5ce8
16 changed files with 649 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ public class FundInfoQueryJob {
if (Objects.equals(type, 1)) {
code = Arrays.stream(codeArr.split(", ")).collect(Collectors.toList());
}
return Lists.newArrayList();
} else {
code = lists.stream().map(XbFundList::getCode).collect(Collectors.toList());
}