diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml index 11e2eb38..e115fd74 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/XhpcTenantMapper.xml @@ -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()