@@ -11,7 +11,6 @@ import com.linkwechat.domain.weGroupFission.entity.WeExternalChat;
* @Date: 2026-02-10
* @Version: V1.0
*/
-@DS("master")
public interface WeExternalChatMapper extends BaseMapper<WeExternalChat> {
}
@@ -13,7 +13,6 @@ import org.springframework.stereotype.Service;
@Service
public class WeExternalChatServiceImpl extends ServiceImpl<WeExternalChatMapper, WeExternalChat> implements IWeExternalChatService {