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> </foreach>
</if> </if>
</where> </where>
<if test="loginUser.postText != null and loginUser.postText != ''"> order by e.experiment_no desc
order by ${loginUser.postText}
</if>
</select> </select>
</mapper> </mapper>