Commit 5c452624 authored by chenyuxi's avatar chenyuxi

feat: 测试22号流水

parent c87465c3
......@@ -141,8 +141,12 @@ public class IcbcTransactionFlowQueryServiceImpl extends ServiceImpl<EkpSocialIn
log.info("开始推昨日新增网银到账明细条数");
String tranDate = DateUtil.addDay(-1).replace("-","");
String beginDate = tranDate;
String endDate = tranDate;
// todo 原代码
//String beginDate = tranDate;
//String endDate = tranDate;
String beginDate = "20241122";
String endDate = "20241122";
return getIcbcTransactionFlowCommon(tranDate,beginDate,endDate);
}
......
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