Browse Source

评论改查代码提交

pans 8 tháng trước cách đây
mục cha
commit
9a5f3309a1

+ 1 - 1
snowy-plugin/snowy-plugin-disk/snowy-plugin-disk-func/src/main/java/vip/xiaonuo/disk/mapper/mapping/UserCommentMapper.xml

@@ -59,7 +59,7 @@
         WHERE
             resource_id=#{resourceId}
           and	pid IS NULL
-          order by  a.give_num DESC,a.id desc
+          order by  giveNum DESC
     </select>
 
 </mapper>