更新更新租户授权配置信息

This commit is contained in:
panshuling321 2022-05-05 09:42:04 +08:00
parent 305a7be5ea
commit 3a2fb41228

View File

@ -301,6 +301,7 @@
update xhpc_tenant
set station_quote = #{stationQuote,jdbcType=INTEGER},
station_pile_quote = #{stationPileQuote,jdbcType=INTEGER},
operator_quote = #{operatorQuote},
expire_time = #{expireTime,jdbcType=TIMESTAMP},
update_user = #{updateUser,jdbcType=BIGINT},
update_time = sysdate()