mac 2 лет назад
Родитель
Сommit
afaa0f6252
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampReportMapper.xml

+ 2 - 0
kxs-system/kxs-system-biz/src/main/resources/mapper/KxsCampReportMapper.xml

@@ -35,6 +35,8 @@
                 and cr.user_code = #{param.userCode}
                 and cr.user_code = #{param.userCode}
             </if>
             </if>
         </where>
         </where>
+        order by 
+        cr.create_time desc
     </select>
     </select>
 
 
 </mapper>
 </mapper>