ruoyi-service/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -22,10 +22,10 @@ <if test="status != null"> <choose> <when test="status == 4"> o.order_status in (4, 8) and o.order_status in (4, 8) </when> <otherwise> o.order_status = #{status} and o.order_status = #{status} </otherwise> </choose> </if>