This commit is contained in:
2025-02-26 16:07:07 +08:00
parent 0aadd1d064
commit 34924ad351
20 changed files with 601 additions and 44 deletions

View File

@ -203,7 +203,7 @@ public class ProfitSharingBiz {
record.setCreateTime(new Date());
records.add(record);
}
revokeProfitSharing(scenicId, orderId, "重新分账");
recordMapper.batchInsert(records);
}