@@ -247,4 +247,5 @@ public interface IQwExternalContactService extends IService<QwExternalContact> {
*/
List<QwUserDelLossLogVO> selectQwUserDelLossLogList(QwUserDelLossLogParam param);
+ void updateQwExternalContactStatusById(QwExternalContact qwExternalContact);
}