Эх сурвалжийг харах

fit 学员详情班级列表排序修改

tanzh 3 жил өмнө
parent
commit
338f78e106

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/grade/ClassGradeUserMapper.xml

@@ -284,7 +284,7 @@
         <if test="userId != null and userId != ''">
             and u.user_id= #{userId}
         </if>
-        order by u.update_time desc
+        order by u.create_time desc
     </select>