update 修改站点计费模板状态并下发最新模板, 区分普通计费模板和会员计费模板

This commit is contained in:
Guoqs
2025-01-14 13:14:00 +08:00
parent 837758e431
commit 957f08aadc
5 changed files with 7 additions and 5 deletions

View File

@@ -609,6 +609,7 @@
update pile_billing_template
set status = #{status,jdbcType=VARCHAR}
where station_id = #{stationId,jdbcType=VARCHAR}
and member_flag = #{memberFlag,jdbcType=VARCHAR}
and type = #{deviceType,jdbcType=VARCHAR}
</update>