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

@@ -36,5 +36,6 @@ public interface PartnerMapper {
List<PartnerSite> findAll();
List<PartnerSite> findAll(Boolean deleted);
}