Commit a2f2baf3 authored by 332784038@qq.com's avatar 332784038@qq.com

批量订单费用申请编号生成业务错误修复

parent f1d363ec
...@@ -131,7 +131,7 @@ public class BatchOrderFeeApplyServiceImpl extends AbstractService<BatchOrderFee ...@@ -131,7 +131,7 @@ public class BatchOrderFeeApplyServiceImpl extends AbstractService<BatchOrderFee
event.setType(BFA_NO.getType()); event.setType(BFA_NO.getType());
event.setNumberKey(RECEIPT_NEW_NUMBER); event.setNumberKey(RECEIPT_NEW_NUMBER);
applicationContext.publishEvent(event); applicationContext.publishEvent(event);
String no = CodeUtils.getOddReceiptNumbers(event.getNumber()); String no = CodeUtils.getOddBatchOrderFeeApplyNumbers(event.getNumber());
// 更新批量订单费用申请编号最新缓存 // 更新批量订单费用申请编号最新缓存
// 待将最新编号持久化 // 待将最新编号持久化
event.setNewNumber(no); event.setNewNumber(no);
......
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