update 预约充电

This commit is contained in:
Guoqs
2024-08-12 13:28:32 +08:00
parent ef5eae2744
commit aad6ef8798
6 changed files with 93 additions and 19 deletions

View File

@@ -660,4 +660,12 @@
where del_flag = '0'
and pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
</select>
<select id="selectByPileSn" resultMap="BaseResultMap">
select
<include refid="Base_Column_List" />
from pile_reservation_info
where del_flag = '0'
and pile_sn = #{pileSn,jdbcType=VARCHAR}
</select>
</mapper>