|
@@ -64,8 +64,8 @@ public class KxsUserTradeServiceImpl extends ServiceImpl<KxsUserTradeMapper, Kxs
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String version = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
|
String version = LocalDateTimeUtil.format(LocalDateTime.now(), DatePattern.PURE_DATETIME_FORMATTER);
|
|
|
-
|
|
|
|
|
- String tableName = PREFIX_TABLE_NAME + thisMoth;
|
|
|
|
|
|
|
+ //计算增量的pos交易
|
|
|
|
|
+ String tableName = PREFIX_TABLE_NAME + "after_" + thisMoth;
|
|
|
String tempTableName = PREFIX_TABLE_NAME_TEMP + thisMoth;
|
|
String tempTableName = PREFIX_TABLE_NAME_TEMP + thisMoth;
|
|
|
|
|
|
|
|
int batchSize = 100;
|
|
int batchSize = 100;
|