update 后管修改计费模板页面

This commit is contained in:
Lemon
2024-07-01 14:04:13 +08:00
parent cefe0ed905
commit d2d7e495ab
2 changed files with 2 additions and 2 deletions

View File

@@ -256,7 +256,7 @@
<if test="freeTime != null">
free_time = #{freeTime},
</if>
<if test="occupyFee != null">
<if test="occupyFee != null and occupyFee != ''">
occupy_fee = #{occupyFee},
</if>
<if test="maxOccupyFee != null">