Commit ff46967f by zhangxingmin

push

parent 5c35c16b
...@@ -126,7 +126,6 @@ public class FortuneAccountServiceImpl extends ServiceImpl<FortuneAccountMapper, ...@@ -126,7 +126,6 @@ public class FortuneAccountServiceImpl extends ServiceImpl<FortuneAccountMapper,
? actualPayoutDate.format(java.time.format.DateTimeFormatter.ofPattern("yyyyMM")) ? actualPayoutDate.format(java.time.format.DateTimeFormatter.ofPattern("yyyyMM"))
: ""; : "";
// 本地缓存,key=prefix, value=当前已分配给该prefix的最大流水号数值
Map<String, Integer> prefixSerialCache = new HashMap<>(); Map<String, Integer> prefixSerialCache = new HashMap<>();
for (FortuneAccountExportDTO accountExportDTO : accountExportDTOList) { for (FortuneAccountExportDTO accountExportDTO : accountExportDTOList) {
......
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