|
|
@@ -14,7 +14,7 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
@SearchBean(tables = "sys_corp_follow sf",
|
|
|
- where = "sf.deleted is true")
|
|
|
+ where = "sf.deleted is true and exists (select 1 from sys_corp_follow_relate scfr where scfr.mid = sf.id and scfr.deleted)")
|
|
|
public class SysCorpMasterFollowView {
|
|
|
@DbField("sf.id")
|
|
|
private Long mid;
|