feat: 分离不同状态的数据

This commit is contained in:
禾几海
2020-08-31 00:53:48 +08:00
parent a54e04abf3
commit 01407aba7e
6 changed files with 32 additions and 19 deletions

View File

@@ -130,5 +130,8 @@
<select id="findAll" resultMap="userResultMap">
select *
from user
<if test="_parameter != null">
where status=#{status}
</if>
</select>
</mapper>