This commit is contained in:
zhangqinbin
2021-08-10 16:33:09 +08:00
parent 83568accad
commit 5c87824c45

View File

@ -79,6 +79,5 @@
<if test="state!=null and state!=''">
and state = #{state}
</if>
ORDER BY createtime DESC
</select>
</mapper>