mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
新增 车辆离场时对应方法、 海南平台新增对应充电平台code
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user