shenhao пре 4 година
родитељ
комит
e94a168453
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/resources/mybatis/mapper/CuratorMapper.xml

+ 1 - 0
src/main/resources/mybatis/mapper/CuratorMapper.xml

@@ -423,6 +423,7 @@
         a.create_time,
         a.vip_id
         ORDER BY
+        a.vip_id,
         a.SUBJECT,
         a.create_time DESC
     </select>