@@ -576,7 +576,7 @@
SELECT *
FROM sell_order
WHERE order_id_ = #{orderId}
- AND status_ = 0
+ AND status_ = 1
</select>