修改
This commit is contained in:
@@ -25,7 +25,7 @@ public interface TbOrderDetailMapper {
|
||||
|
||||
int updateByPrimaryKey(TbOrderDetail record);
|
||||
|
||||
void updateStatusByOrderId(@Param("orderId") int orderId,@Param("status") String status);
|
||||
void updateStatusByOrderId(@Param("orderId") int orderId,@Param("status") String status,@Param("radio") BigDecimal radio);
|
||||
|
||||
void updateStatusByOrderIdAndStatus(@Param("orderId") int orderId,@Param("status") String status);
|
||||
void deleteByOUrderId(@Param("orderId") int orderId);
|
||||
|
||||
Reference in New Issue
Block a user