新增 车辆离场时对应方法、 海南平台新增对应充电平台code

This commit is contained in:
Lemon
2024-02-23 13:55:28 +08:00
parent 5c40cf5edd
commit ffd02338f1
11 changed files with 81 additions and 17 deletions

View File

@@ -852,6 +852,13 @@
<if test="dto.pileSn != null and dto.pileSn != ''">
and pile_sn = #{dto.pileSn,jdbcType=VARCHAR}
</if>
<if test="dto.plateNumber != null and dto.plateNumber != ''">
and plate_number = #{dto.plateNumber,jdbcType=VARCHAR}
</if>
<if test="dto.orderStatus != null and dto.orderStatus != ''">
and status = #{dto.orderStatus,jdbcType=VARCHAR}
</if>
order by create_time DESC
</select>
<select id="queryHangUpOrderByMemberId" resultMap="BaseResultMap">