This commit is contained in:
2023-03-29 08:53:57 +08:00
parent d2e54dbb92
commit c40fe4e2b7
3 changed files with 10 additions and 10 deletions

View File

@@ -212,7 +212,7 @@
<update id="updateConnectorStatus">
update pile_connector_info
set status = #{connectorStatus,jdbcType=VARCHAR}
where pile_connector_code = #{connectorCode,jdbcType=VARCHAR}
where pile_connector_code = #{pileConnectorCode,jdbcType=VARCHAR}
</update>
<update id="updateConnectorStatusByPileSn">