Selaa lähdekoodia

1.排序修改

yuanliang 1 vuosi sitten
vanhempi
commit
9f2f971ec4

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/TenantAlbumPurchaseMapper.xml

@@ -60,7 +60,7 @@
         </where>
         <choose>
             <when test="param.orderBy != null and param.orderBy.trim() != ''">
-                order by #{param.orderBy}
+                order by ${param.orderBy}
             </when>
             <otherwise>
                 order by t.id_ desc