feat(link): 分离不同状态的数据

This commit is contained in:
禾几海
2020-08-31 09:46:15 +08:00
parent a26946a583
commit 9b460ff33c
6 changed files with 11 additions and 6 deletions

View File

@@ -78,6 +78,9 @@
<select id="findAll" resultMap="partnerSiteResultMap">
select *
from links
<if test="_parameter != null">
where is_delete=#{deleted}
</if>
</select>