update 生成交易流水号

This commit is contained in:
2023-03-13 15:01:36 +08:00
parent 75799eabfd
commit c1ef51af6e
6 changed files with 19 additions and 15 deletions

View File

@@ -659,6 +659,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
OrderAbnormalRecord record = new OrderAbnormalRecord();
BeanUtils.copyBeanProp(record, data);
orderAbnormalRecordService.insertOrderAbnormalRecord(record);
}
/**