This commit is contained in:
Guoqs
2024-07-01 14:23:20 +08:00
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">