Ver Fonte

fix:教学学生排序 -> id

caozixuan há 3 anos atrás
pai
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},'%'))
             </if>
         </where>
-        ORDER BY ts.create_time DESC
+        ORDER BY id
     </select>
 </mapper>