瀏覽代碼

创建view携带parentid

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>