|
|
@@ -15,7 +15,7 @@ import java.util.Date;
|
|
|
*/
|
|
|
@Getter
|
|
|
@Setter
|
|
|
-@SearchBean(tables = "corp_kf_servicer_status_change_record cks left join sys_corp_follow_relate sr on sr.follow_id = cks.servicer_userid" +
|
|
|
+@SearchBean(tables = "corp_kf_servicer_status_change_record cks left join sys_corp_follow_relate sr on sr.follow_id = cks.servicer_userid and sr.deleted " +
|
|
|
" left join sys_corp_follow sf on sf.id = sr.mid")
|
|
|
public class CorpKfServicerStatusChangeRecordView {
|
|
|
@DbField("cks.id")
|