Commit d5d7b1f3 authored by 位宇华's avatar 位宇华

现金流量--代码提交

parent b0ea3df8
...@@ -38,6 +38,7 @@ public class CashFlowServiceImpl implements CashFlowService { ...@@ -38,6 +38,7 @@ public class CashFlowServiceImpl implements CashFlowService {
StopWatch stopWatch = new StopWatch(); StopWatch stopWatch = new StopWatch();
stopWatch.start(); stopWatch.start();
String period= DateUtils.getYearAndMonthLast(); String period= DateUtils.getYearAndMonthLast();
// String period="2024-09";
List<String> stringList=fallSlaveMapper.getCodeList().stream().map(v->v.replaceAll("[a-zA-Z]", StringUtils.EMPTY)).collect(Collectors.toList()); List<String> stringList=fallSlaveMapper.getCodeList().stream().map(v->v.replaceAll("[a-zA-Z]", StringUtils.EMPTY)).collect(Collectors.toList());
List<CashFlowModel> cashFlowModels=new ArrayList<>(); List<CashFlowModel> cashFlowModels=new ArrayList<>();
stringList.forEach(v->{ stringList.forEach(v->{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment