运营端充值 分账修改

This commit is contained in:
张松
2025-10-30 10:43:23 +08:00
parent 96ecb86d42
commit cd9acb3678
2 changed files with 4 additions and 1 deletions

View File

@@ -447,6 +447,7 @@ public class ShopInfoServiceImpl extends ServiceImpl<ShopInfoMapper, ShopInfo> i
return list(queryWrapper);
}
@CacheEvict(key = "#id")
@Override
public BigDecimal updateAmount(Long id, BigDecimal amount) {
ShopInfo shopInfo = getShopInfo(id);