Commit 90af8ccf authored by luben's avatar luben

fix

parent 368fa25a
......@@ -228,6 +228,9 @@
<if test="wgCoordinate != null">
wg_coordinate,
</if>
<if test="position != null">
position,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="id != null">
......@@ -293,6 +296,9 @@
<if test="wgCoordinate != null">
#{wgCoordinate,jdbcType=LONGVARCHAR},
</if>
<if test="position != null">
#{position,jdbcType=INTEGER},
</if>
</trim>
</insert>
<select id="countByExample" parameterType="com.ruoyi.system.domain.grid.GridRegionExample" resultType="java.lang.Long">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment