新增检测项目可以排序
This commit is contained in:
parent
900ec6e914
commit
a46996350d
@ -23,6 +23,6 @@
|
|||||||
AND role_id = #{entity.roleId}
|
AND role_id = #{entity.roleId}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
ORDER BY create_time DESC
|
ORDER BY sort
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue
Block a user