372237882@qq.com 3 роки тому
батько
коміт
6f36f41aec

+ 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>