372237882@qq.com пре 3 година
родитељ
комит
6f36f41aec
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      server/src/main/resources/mybatis/mapper/ViewMapper.xml

+ 3 - 3
server/src/main/resources/mybatis/mapper/ViewMapper.xml

@@ -62,12 +62,12 @@
             <if test="model != null">
                 #{model,jdbcType=LONGVARCHAR},
             </if>
-            <if test="variable != null">
-                #{variable,jdbcType=LONGVARCHAR},
-            </if>
             <if test="parentId != null">
                 #{parentId,jdbcType=LONGVARCHAR},
             </if>
+            <if test="variable != null">
+                #{variable,jdbcType=LONGVARCHAR},
+            </if>
             <if test="config != null">
                 #{config,jdbcType=LONGVARCHAR},
             </if>