Commit 22ee222c authored by chenyuxi's avatar chenyuxi

feat: 代码还原

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