教研室管理,按照序号字段排序
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<if test="jysb.ty != null and jysb.ty != ''">
|
||||
AND 停用 = #{jysb.ty}
|
||||
</if>
|
||||
ORDER BY CAST(序号 AS INTEGER) NULLS LAST, 教研室代号
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user