Browse Source

fix:教学学生排序 -> id

caozixuan 3 năm trước cách đây
mục cha
commit
22005bbfd7

+ 1 - 1
distributed-print-business/src/main/resources/mapper/TeachStudentMapper.xml

@@ -32,6 +32,6 @@
                 AND (bs.student_name LIKE CONCAT('%',#{studentInfo},'%') OR bs.student_code LIKE CONCAT('%',#{studentInfo},'%'))
                 AND (bs.student_name LIKE CONCAT('%',#{studentInfo},'%') OR bs.student_code LIKE CONCAT('%',#{studentInfo},'%'))
             </if>
             </if>
         </where>
         </where>
-        ORDER BY ts.create_time DESC
+        ORDER BY id
     </select>
     </select>
 </mapper>
 </mapper>