fix 新增场馆报错
This commit is contained in:
@@ -387,6 +387,12 @@
|
|||||||
<if test="limitWeek != null">
|
<if test="limitWeek != null">
|
||||||
#{limitWeek},
|
#{limitWeek},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="limitNoDay != null">
|
||||||
|
#{limitNoDay},
|
||||||
|
</if>
|
||||||
|
<if test="limitNoWeek != null">
|
||||||
|
#{limitNoWeek},
|
||||||
|
</if>
|
||||||
<if test="copyWeek != null">
|
<if test="copyWeek != null">
|
||||||
#{copyWeek},
|
#{copyWeek},
|
||||||
</if>
|
</if>
|
||||||
@@ -396,6 +402,9 @@
|
|||||||
<if test="copyTarget != null">
|
<if test="copyTarget != null">
|
||||||
#{copyTarget},
|
#{copyTarget},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="copyControl != null">
|
||||||
|
#{copyControl},
|
||||||
|
</if>
|
||||||
</trim>
|
</trim>
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user