退款回滚库存

This commit is contained in:
GYJ
2024-06-24 18:00:25 +08:00
parent fa2668ed1c
commit b66a89b143
3 changed files with 22 additions and 4 deletions

View File

@@ -36,4 +36,5 @@ public interface TbProductMapper {
Integer countOrderByshopIdAndProductId(@Param("shopId") String shopId, @Param("productId") String productId, @Param("masterId") String masterId,@Param("day") String day);
}
void updateStockById(@Param("productId")Integer productId, @Param("num")Integer num);
}