更新修改租户信息时更新运营商限额

This commit is contained in:
panshuling321 2022-04-29 14:25:34 +08:00
parent 71a75a1cfa
commit 4d6ef150df
2 changed files with 1 additions and 3 deletions

View File

@ -129,7 +129,4 @@ public class XhpcTenantController extends BaseController {
return R.fail(); return R.fail();
} }
} }

View File

@ -279,6 +279,7 @@
expire_time = #{expireTime,jdbcType=TIMESTAMP}, expire_time = #{expireTime,jdbcType=TIMESTAMP},
contact_number = #{contactNumber,jdbcType=VARCHAR}, contact_number = #{contactNumber,jdbcType=VARCHAR},
station_quote = #{stationQuote,jdbcType=INTEGER}, station_quote = #{stationQuote,jdbcType=INTEGER},
operator_quote = #{operatorQuote},
station_pile_quote = #{stationPileQuote,jdbcType=INTEGER}, station_pile_quote = #{stationPileQuote,jdbcType=INTEGER},
address = #{address,jdbcType=VARCHAR}, address = #{address,jdbcType=VARCHAR},
update_user = #{updateUser,jdbcType=BIGINT}, update_user = #{updateUser,jdbcType=BIGINT},