订单信息发生变化,清除缓存

This commit is contained in:
2023-04-15 09:36:02 +08:00
parent c5f017c478
commit 6e27b782d0
3 changed files with 26 additions and 14 deletions

View File

@@ -65,6 +65,9 @@ public interface IOrderBasicInfoService {
*/
int updateOrderBasicInfo(OrderBasicInfo orderBasicInfo);
// 清订单缓存
void cleanCacheByOrderCode(String orderCode, String transactionCode);
/**
* 批量删除订单
*