This commit is contained in:
Lemon
2024-09-06 10:38:20 +08:00
63 changed files with 1434 additions and 469 deletions

View File

@@ -606,6 +606,7 @@
update pile_billing_template
set status = #{status,jdbcType=VARCHAR}
where station_id = #{stationId,jdbcType=VARCHAR}
and type = #{deviceType,jdbcType=VARCHAR}
</update>
<update id="updateStatusByTemplateId">