This commit is contained in:
ls
2025-08-06 23:33:37 +08:00
parent c795636ea4
commit 3d7967d593

View File

@@ -71,10 +71,7 @@
</foreach>
</if>
</where>
<if test="loginUser.postText != null and loginUser.postText != ''">
order by ${loginUser.postText}
</if>
order by e.experiment_no desc
</select>
</mapper>