bugfix 电单车扫码查询接口将超时关闭的订单排除

This commit is contained in:
Lemon
2024-10-23 09:38:59 +08:00
parent 962d128882
commit 7130b036d1

View File

@@ -3004,6 +3004,7 @@
from order_basic_info
where del_flag = '0'
and pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
and order_status != '7'
<if test="orderStatus != null and orderStatus != ''">
and order_status = #{orderStatus,jdbcType=VARCHAR}
</if>