mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 后管修改计费模板页面
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* TODO
|
||||
* 高德地图Controller
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/6/16 13:56
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user