You've already forked FrameTour-BE
分账小改动,订单列表优化速度
This commit is contained in:
@ -15,6 +15,5 @@ public interface ProfitSharingRecordMapper {
|
||||
|
||||
void batchInsert(List<ProfitSharingRecord> records);
|
||||
|
||||
@Delete("DELETE FROM profit_sharing_record WHERE scenic_id = #{scenicId} AND order_id = #{orderId}")
|
||||
void deleteByScenicIdAndOrderId(Long scenicId, Long orderId);
|
||||
void deleteByScenicIdAndOrderId(Long scenicId, Long orderId, String reason);
|
||||
}
|
Reference in New Issue
Block a user