feat(link): 分离不同状态的数据
This commit is contained in:
@@ -78,6 +78,9 @@
|
||||
<select id="findAll" resultMap="partnerSiteResultMap">
|
||||
select *
|
||||
from links
|
||||
<if test="_parameter != null">
|
||||
where is_delete=#{deleted}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user