商品查询修改
This commit is contained in:
@@ -41,4 +41,6 @@ public interface TbOrderDetailMapper {
|
||||
BigDecimal selectByOrderId(String orderId);
|
||||
|
||||
int batchInsert(@Param("list") List<TbOrderDetail> list,@Param("orderId") String orderId);
|
||||
|
||||
TbOrderDetail selectByOrderIdAndSkuId(@Param("orderId") int orderId, @Param("skuId") Integer skuId);
|
||||
}
|
||||
@@ -30,4 +30,6 @@ public interface TbOrderInfoMapper {
|
||||
|
||||
List<OrderPo> selectAllByShop(@Param("shopId") Integer shopId, @Param("orderType") String orderType,
|
||||
@Param("day") String day, @Param("orderNo") String orderNo);
|
||||
|
||||
TbOrderInfo selectByTradeAndMasterId(@Param("day")String day, @Param("masterId")String masterId, @Param("shopId")Integer shopId);
|
||||
}
|
||||
Reference in New Issue
Block a user