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